Facebook
From twojamama69, 5 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 229
  1.  
  2.  
  3.         corrections = DarkRP.createJob("Corrections", {
  4.             color = Color(255, 226, 0, 255),
  5.             model = {"models/brinks/security/guard_brinks_1.mdl"},
  6.             description = [[wydzial wieziennictwa]],
  7.             weapons = {"weaponchecker", "pocket", "keys", "door_ram", "weapon_cuff_elastic", "m9k_smgp90", "m9k_hk45", "realrbn_tazer", "m9k_knife", "m9k_fists"},
  8.             command = "corrections",
  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.