Advertisement
Guest User

Angies Job

a guest
Apr 16th, 2014
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.81 KB | None | 0 0
  1. TEAM_ANGIE = DarkRP.createJob("Angie The Coon", {
  2.     color = Color(168, 30, 30, 255),
  3.     model = "models/player/gman_high.mdl",
  4.     description = [[Ill reck ya nan coon kid.]],
  5.     weapons = {"weapon_medkit", "arrest_stick", "unarrest_stick", "keypad_cracker", "pro_lockpick_update", "weapon_arc_atmcard", "weapon_arc_atmhack", "disguise_swep", "fas2_sg552", "fas2_m21", "fas2_sr25", "fas2_toz34", "fas2_rk95", "fas2_rpk", "fas2_m82", "fas2_dv2", "fas2_ragingbull", "weapon_crossbow", "fas2_m24", "fas2_ots33", "fas2_pp19", "fas2_sks", "fas2_ak47", "fas2_mp5sd6", "fas2_deagle"},
  6.     command = "angie",
  7.     max = 1,
  8.     salary = 1000,
  9.     admin = 0,
  10.     vote = false,
  11.     hasLicense = false,
  12.     customCheck = function(ply) return CLIENT or ply:SteamID() == "STEAM_0:0:25188316" end,
  13.     CustomCheckFailMsg = "This is not your class coon!"
  14. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement