Advertisement
TylerB

Untitled

Aug 20th, 2014
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.17 KB | None | 0 0
  1. hook.Add("PlayerSpawn","FixTheStupidShit", function(ply)
  2.     timer.Simple(0.5, function()
  3.         hook.Call("playerCanChangeTeam",(GM or GAMEMODE), ply, ply:Team(), false)
  4.     end)
  5. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement