30.12.2010, 12:06
Quote:
Use few variables, example:
playerfrozen[playerid] = 1; and at timer for(....) { playerfrozen = 0; tooglecontrable 1 } This is not the best way to do it, but should get the job done. Its just an example, dont just copy&paste it. |
Thank you!