Advertisement
Buffet_Time

Untitled

May 21st, 2016
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. TEAM_METALDIRK = AddExtraTeam( "Solid Dirk", {
  2. color = Color( 0, 0, 0, 126 ),
  3. model = "models/player/solid_snake/solid_snake.mdl",
  4. description = [[You are Dirk. You are the gayest motherfucker in town. Raid all stealthy like and abooooooooose.]],
  5. weapons = { "weapon_fists", "m9k_glock", "weapon_real_m3_door_buster", "m9k_m92beretta", "m9k_svu", "gdcw_cod4m21", "diguisekit", "disguise_swep",
  6. "m9k_proxy_mine", "m9k_honeybadger", "m9k_mp7", "m9k_striker12", "keypad_cracker", "pro_lockpick_update", "lockpick" },
  7. command = "sdirk",
  8. max = 1,
  9. salary = 50000,
  10. admin = 2,
  11. vote = false,
  12. prior = false,
  13. hasLicense = false,
  14. customCheck = function( ply ) return ply:SteamID() == "STEAM_0:1:62817444" end,
  15. category = "Custom Class",
  16. CustomCheckFailMsg = "You aren't gay enough to be Dirk. Please kill yourself. ;3"
  17. } )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement