Advertisement
wifiboost

Police Medic

Sep 7th, 2017
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.84 KB | None | 0 0
  1. TEAM_POLICEMEDIC = DarkRP.createJob("Police Medic", {
  2.     color = Color(25,25,170,255),
  3.     model = "models/payday2/units/cop2_player.mdl",
  4.     description = [[You are a Police Officer. You have the power to protect the citizens and stop crime on streets, duh... Protect the PD and enforce the laws of the land.  
  5.         Type /wanted <player> to want a player.
  6.         Type /warrant <player> to warrant a player.
  7.         Base = Yes (In PD)
  8.         Raid = Yes (PD Raids)
  9.         Mug = No
  10.         Kidnap = No
  11.         Steal = No
  12.         Terror = No
  13.         ]],
  14.     weapons = {"unarrest_stick", "weapon_checker", "door_ram", "weapon_medkit", "weaponchecker"},
  15.     command = "policemedic795200",
  16.     max = 4,
  17.     category = "Law Enforcement",
  18.     salary = 65,
  19.     hasRadio = true,
  20.     admin = 0,
  21.     vote = true,
  22.     hasLicense = true,
  23. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement