Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2014
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. local enabled = true
  2.  
  3. function swapTeams()
  4.  
  5. if enabled then
  6.  
  7. ply:SetTeam( 2 )
  8.  
  9. end
  10.  
  11. concommand.Add( "swap_team", swapTeams )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement