Hi guys, i have a script from RobsoN
Here will be a player freeze, but now i have saw that if you are while in killcam or you die or die (whatever) you will not take it in to freeze.Code:players = getentarray("player", "classname"); for(i = 0; i < players.size; i++) { if(winningteam == "tie") { players[i] playSound("end"); players[i] iprintlnbold("Game is a tie"); players[i] freezeControls(true); } ...... }
Only if you are alive you will be freeze.
If you are finished with killcam (spawned again), then all are freezed and you can move xD
what can i do that all be freeze (killcam break or somethink) and all be 100% freezed?
Any variables?
Thank you!

Reply With Quote
. So then, if there stay "Game is a tie" then it should be froze (freeze), but i was not alive, i was on Death, what i can do so that after killcam i will be still froze? I tried with while(1) but that didn't work too.

