Advertisement
ExpGamersInAu

Untitled

Jun 27th, 2015
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. TEAM_ZUTHAR = DarkRP.createJob("Zuthar The God", {
  2. color = Color(62, 57, 219, 255),
  3. model = {"Halo 4 guy"},
  4. description = [[For the one and only the god of DarkRp videos Zuthar.]],
  5. weapons = {"weapon_fists","m9k_davy_crockett","m9k_suicide_bomb","m9k_minigun","m9k_striker12","lockpick","keypad_cracker"},
  6. command = "Zuthar",
  7. max = 1,
  8. salary = 1500,
  9. admin = 0,
  10. vote = false,
  11. hasLicense = false,
  12. customCheck = function(ply) return ply:SteamID() == "STEAM_0:0:26019050" end
  13. end,
  14. CustomCheckFailMsg = "Zuthar Only",
  15. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement