Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.42 KB | None | 0 0
  1. TEAM_TESTCC = DarkRP.createJob("Test CC", {
  2.     color = Color(0, 107, 0, 255),
  3.     model = "models/player/Group01/male_04.mdl",
  4.     description = [[Test Custom Class]],
  5.     weapons = {},
  6.     command = "testcc",
  7.     max = 1,
  8.     salary = 420,
  9.     admin = 0,
  10.     vote = false,
  11.     hasLicense = false,
  12.     candemote = false,
  13.     sortOrder = 6,
  14.      customCheck = function(ply) return ply:SteamID() == "STEAM_0:0:52858395" end,
  15.     category = "Neutral Jobs",
  16. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement