Ending the game

Mapster

Newbie
Joined
Feb 16, 2005
Messages
357
Reaction score
0
How do i make it so that once you touch a spot it ends the game?
i have tried it with the game_end entity and that didn't work with a trigger once block to activate it :O
 
Game_end works for multiplayer. For SP, use a point_clientcommand or point_servercommand, input Command, override disconnect.
 
Back
Top