Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 11th, 2012  |  syntax: Lua  |  size: 0.50 KB  |  hits: 11  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. TEAM_SECRETSERVICE = AddExtraTeam("Secret Service", Color(37, 51, 178, 255), "models/player/suits/male_07.mdl", [[ As Secret Service,
  2. Your duty will be to protect the mayor at all costs. You will put your life to save
  3. the mayor's.
  4. **VIP ONLY** ]], {"weapon_mad_mp5", "arrest_stick", "unarrest_stick", "weapon_mad_57", "stunstick", "door_ram", "weaponchecker", "weapon_mad_flash"}, "secretservice", 3, 125, 0, false, false, {TEAM_POLICE}, function(ply) return ply:GetUserGroup() == "vip" or ply:IsAdmin() end);