19.11.2013, 09:51
If you also want to freeze the player when it says "Freeze!", you need to add the line in bold there aswell.
Код:
if( vcz <0.8 ) { SendClientMessage(playerid,COLOR_RED,"Freeze!"); TogglePlayerControllable(playerid,0); }