Advertisement
aeralle

Untitled

Aug 27th, 2015
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.35 KB | None | 0 0
  1. TEAM_BOXER = DarkRP.createJob("Boxer", {
  2.     color = Color(238, 99, 99, 255),
  3.     model = "models/player/Group01/Male_05.mdl",
  4.     description = [[ as a Boxer , you'll make Mike Tyson proud! ]],  
  5.    weapons = {m9k_fists},
  6.    command = "boxer",
  7.    max = 2,
  8.    salary = 45,
  9.    admin = 0,
  10.    vote = false,
  11.    hasLicense = false,
  12. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement