16.09.2013, 17:30
Nop, my first though was this aswell. And i'm 100% sure that it's not the case...
Okay,i removed some of my timer variables(the last thing i did before errors), and i managed to get rid of those errors, and get this one instead:
The line:
Note that variable "RepairTimer" doesn't exist(commented out).
Okay,i removed some of my timer variables(the last thing i did before errors), and i managed to get rid of those errors, and get this one instead:
pawn Код:
: error 076: syntax error in the expression, or invalid function call
pawn Код:
RepairTimer = SetTimerEx("repairTimer",1000,true,"d",playerid);
Note that variable "RepairTimer" doesn't exist(commented out).

