Facebook
From twojamama69, 5 Years ago, written in Lua.
Embed
Download Paste or View Raw
Hits: 238
  1. chp = DarkRP.createJob("Highway Patrol", {
  2.                     color = Color(255, 226, 0, 255),
  3.                     model = {"models/portal2/patrol_09.mdl"},
  4.                     description = [[pirat drogowy? cyk mandacik]],
  5.                     weapons = {"weaponchecker", "vc_spikestrip_wep", "pocket", "keys", "door_ram", "weapon_cuff_elastic", "m9k_model500", "m9k_ithacam37", "realrbn_tazer", "m9k_knife", "m9k_fists"},
  6.                     command = "chp",
  7.                     max = 0,
  8.                     salary = 6000,
  9.                     admin = 0,
  10.                     vote = false,
  11.                     hasLicense = true,
  12.                     candemote = false,
  13.                     category = "Sheriff Office",
  14.                     chief = true,
  15.                     PlayerSpawn = function(ply)
  16.                         ply:SetMaxHealth(100)
  17.                         ply:SetHealth(100)
  18.                         ply:SetArmor(100)
  19.                     end
  20.                 })
  21.