Advertisement
aeralle

Untitled

Aug 27th, 2015
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.54 KB | None | 0 0
  1. TEAM_BOXER = DarkRP.createJob("Boxer", {
  2.     color = Color(238, 13, 132, 155),
  3.     model = "models/player/Group01/Male_05.mdl",
  4.     description = [[ You Mike Tysons' fans will be cool with this job, A BOXER! ]],  
  5.    weapons = {weapon_fists} ,
  6.    command = "boxer",
  7.    max = 3,
  8.    salary = 20,
  9.    admin = 0,
  10.    vote = false,
  11.    hasLicense = false,
  12.    customCheck = function(ply) return ply:GetUserGroup() == "user" or ply:IsAdmin() end,
  13.    CustomCheckFailMsg = "This job is VIP only! ask a member or staff how to get VIP rank! "
  14. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement