Advertisement
wifiboost

Police Job

Sep 7th, 2017
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.05 KB | None | 0 0
  1.     TEAM_POLICEFLASH = DarkRP.createJob( "The Flash",
  2. {
  3.     color = Color( 127, 19, 9 ),
  4.     model =
  5.     {
  6.         "Models/player/pizzaroll/injflash.mdl",
  7.     },
  8.     description = [[You are The Flash. You have the power to protect the citizens and stop crime on streets, duh... Protect the PD and enforce the laws of the land.  
  9.         Type /wanted <player> to want a player.
  10.         Type /warrant <player> to warrant a player.
  11.         Base = Yes (In PD)
  12.         Raid = Yes (PD Raids)
  13.         Mug = No
  14.         Kidnap = No
  15.         Steal = No
  16.         Terror = No
  17.         ]],
  18.     weapons =
  19.     {
  20.         "speedster_syringe",
  21.         "unarrest_stick",
  22.         "door_ram",
  23.         "weaponchecker",
  24.         "weapon_medkit"
  25.     },
  26.     command = "speedsterpolice795200",
  27.     max = 1,
  28.     salary = 70,
  29.     admin = 0,
  30.     vote = false,
  31.     category = "Law Enforcement",
  32.         speedster =
  33.     {
  34.         color = Color( 0, 0, 0 ),
  35.         sound = "backyard/speedster/zoom.wav",
  36.         maxSpeedForceVar = 50,
  37.         defaultSpeedForce = 40,
  38.         speedForceMultiply = 10,
  39.     },
  40. } )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement