05.06.2013, 02:01
not sure if it'll help, but you can try adding:
you may have to add an extra bit to the timer, like SetTimer("name",time,repeating,time);
pawn Код:
forward timername();
public timername()
{
if(time == 0)
{
//code
}
return 1;
}