20.01.2010, 07:25
I got:
The line is:
I cannot understand the reason of this, please, could anyone explain me?
This is the Forward
And this is the Function
And this is where i use it
Thanks in Advance.
pawn Код:
C:\Rockstar Games\GTA San Andreas\ser 0.3\gamemodes\larp.pwn(8718) : error 076: syntax error in the expression, or invalid function call
The line is:
pawn Код:
KillTimer(speedou);
I cannot understand the reason of this, please, could anyone explain me?

This is the Forward
pawn Код:
forward speedou(playerid);
pawn Код:
public speedou(playerid)
{
TextDrawDestroy(Speedo);
return 1;
}
pawn Код:
SetTimerEx("speedou", 1000, false, "i", i);
Thanks in Advance.