How funny you can move xD
No, joking apart. Since your English is a little bad I'm not really getting your point.
Do you want to freeze all players at map end or when exactly? Because if you do, why not block players from spawning? Or spawn them in spectator modus. If you don't want that, why not integrate a new variable which you then can check in the spawn-function.
Some like:
A simple player freezeControls(false); in the spawn function will prevent players from being spawned in a freezed state.PHP Code:if(level.winningteam == "tie")
player freezeControls(true);
Edit: Btw. you ask a lot damn questions. It's like 4 pages of threads just by you with 20 threads each. And yesterday malyczolg was blamed for posting every simple problem. It's like I owe that guy an apology.



Reply With Quote