Facebook
From twojamama69, 5 Years ago, written in Lua.
Embed
Download Paste or View Raw
Hits: 291
  1. --[[
  2.     Generated using: DarkRP | Job Generator
  3.     https://csite.io/tools/gmod-darkrp-job
  4. --]]
  5. corrections = DarkRP.createJob("Corrections", {
  6.     color = Color(255, 226, 0, 255),
  7.     model = {"models/brinks/security/guard_brinks_1.mdl"},
  8.     description = [[wydzial wieziennictwa]],
  9.     weapons = {"weaponchecker", "pocket", "keys", "door_ram", "weapon_cuff_elastic", "m9k_model500", "m9k_ithacam37", "realrbn_tazer", "m9k_knife", "m9k_fists"},
  10.     command = "corrections",
  11.     max = 0,
  12.     salary = 6000,
  13.     admin = 0,
  14.     vote = false,
  15.     hasLicense = true,
  16.     candemote = false,
  17.     category = "Sheriff Office",
  18.     chief = true,
  19.     PlayerSpawn = function(ply)
  20.         ply:SetMaxHealth(100)
  21.         ply:SetHealth(100)
  22.         ply:SetArmor(100)
  23.     end
  24. })