๐SickReports
Config
Config = {}
Config.wasabi_ambulance = true -- if false put your event below. uses Player.source for WHO to revive
Config.ReviveEvent = 'esx_ambulancejob:revive' -- only if not using wasabi_ambulance!
Config.Notifications = {
client = 'ox',
server = 'ox'
}
Config.CommandInfo = {
['open'] = {
command = 'openReport',
},
['adminOpen'] = {
command = 'adminReports'
}
}
Config.AllowedGroups = {
["admin"] = true,
-- add more if you wish to add other groups
-- ["mod"] = true
}