30.12.2010, 12:02
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.
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.