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