Advertisement
aeralle

Untitled

Sep 4th, 2015
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.61 KB | None | 0 0
  1.   TEAM_SWAT = DarkRP.createJob("S.W.A.T", {
  2.     color = Color(80, 45, 0, 255),
  3.     model = "models/player/swat.mdl",
  4.     description = [[This is a donator special job,
  5.         your duty is to heal on of your
  6.         wounded operatives. You should stay in the PD
  7.         until backup is needed.
  8.         Do everything you can to keep the city safe.]],
  9.     weapons = {"arrest_stick", "unarrest_stick", "m9k_barreta   ", "weapon_ak472", "ls_sniper", "m9k_acr", "m9k_ak47", "stunstick", "door_ram", "weaponchecker"},
  10.     command = "swat",
  11.     max = 3,
  12.     salary = 200,
  13.     admin = 0,
  14.     vote = true,
  15.     hasLicense = true,
  16.  category = "Civil Protection",
  17.      })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement