Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[
- Staff On Duty ranks
- ]]--
- TEAM_STAFF = DarkRP.createJob("Moderator On Duty", {
- color = Color(0, 0, 255, 255),
- model = {"models/codmw2/codmw2.mdl"},
- description = [[You are a Moderator On Duty, help keep the server clean of rule breakers!]],
- weapons = {},
- command = "/MOD",
- max = 10,
- salary = 0,
- admin = 1,
- vote = false,
- hasLicense = false,
- candemote = false,
- category = "Staff",
- })
- TEAM_STAFF = DarkRP.createJob("Administrator On Duty", {
- color = Color(0, 0, 0, 255),
- model = {"models/codmw2/codmw2.mdl"},
- description = [[You are a Administrator On Duty, help keep the server clean of rule breakers!]],
- weapons = {},
- command = "/AOD",
- max = 15,
- salary = 0,
- admin = 2,
- vote = false,
- hasLicense = false,
- candemote = false,
- category = "Staff",
- })
Advertisement
Add Comment
Please, Sign In to add comment