Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function KickPlayer takes player p returns nothing
- call RemovePlayer(p, PLAYER_GAME_RESULT_DEFEAT)
- if GetLocalPlayer() == p then
- call EndGame(false)
- endif
- endfunction
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement