Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- jobs = {
- ["police"] = {
- ["displayName"] = "Police officer",
- ["skin"] = "s_m_y_cop_01",
- ["onJoin"] = function(source, user)
- TriggerClientEvent('chatMessage', source, "JOB", {255, 0, 0}, "Tu peux acheter une voiture de police au ^4garage^0 pour ^2£2 000")
- end,
- ["onLeave"] = function(source, user)
- -- Do code here for when someone leaves this job
- end,
- ["onSpawn"] = function(source, user)
- -- Do code here for when someone spawns with this job.
- end,
- ["weapons"] = {
- "WEAPON_STUNGUN",
- "WEAPON_PISTOL",
- "WEAPON_CARBINERIFLE"
- },
- ["salary"] = 1050
- },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement