Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ["Politi-Job"] = {
- _config = {
- title = "Politi-Job",
- gtype = "job",
- onjoin = function(player) vRPclient._setCop(player,true) end,
- onspawn = function(player) vRPclient._setCop(player,true) end,
- onleave = function(player) vRPclient._setCop(player,false) end
- },
- "emergency.revive"
- },
- ["EMS-Job"] = {
- _config = {
- title = "EMS-Job",
- gtype = "job",
- onjoin = function(player) vRPclient._setCop(player,true) end,
- onspawn = function(player) vRPclient._setCop(player,true) end,
- onleave = function(player) vRPclient._setCop(player,false) end
- },
- "emergency.service",
- },
- ["Mekaniker-Job"] = {
- _config = {
- title = "Mekaniker-Job",
- gtype = "job",
- onjoin = function(player) vRPclient._setCop(player,true) end,
- onspawn = function(player) vRPclient._setCop(player,true) end,
- onleave = function(player) vRPclient._setCop(player,false) end
- },
- "repair.service",
- },
- ["Taxi"] = {
- _config = {
- title = "Taxi",
- gtype = "job",
- onjoin = function(player)
- TriggerClientEvent("pNotify:SendNotification", player,{text = "Taxi tildelt.", type = "success", queue = "global", timeout = 5000, layout = "centerLeft",animation = {open = "gta_effects_fade_in", close = "gta_effects_fade_out"}})
- end,
- onleave = function(player)
- TriggerClientEvent("pNotify:SendNotification", player,{text = "Taxi frataget.", type = "success", queue = "global", timeout = 5000, layout = "centerLeft",animation = {open = "gta_effects_fade_in", close = "gta_effects_fade_out"}})
- end,
- onspawn = function(player) end
- },
- -- Begrundelse for løn
- "Taxi.paycheck",
- --rettigheder her
- "taxi.service",
- "taxa.vehicle"
- },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement