20.02.2012, 19:59
Why won't this work?
I set the time to a amount in another command and I want it to subtract from that amount as the milliseconds go on, but it isnt working...
pawn Код:
public Timer(playerid, time)
{
for(new x=time,x<=1,x--)
{
SetPlayerPos(playerid, 0, 0, 0);
}
return 1;
}