09.01.2011, 18:37
That's because you're not passing a playerid to the function at all, therefore it won't work as you're intending, Pawn isn't a mindreader! You must tell it what the ID is. For example:
pawn Код:
SetTimerEx("ReparaMasina", 30 * 1000,0,"i",playerid);