03.02.2012, 07:57
I have a problem. When I put Kill timer under Leave OnPlayerLeaveCheckpoint i got error:
and here is the code:
So could anyone help me? Thanks for any help
pawn Код:
D:\GTASA~1\USAVS~1.MEC\GAMEMO~1\dykuma.pwn(826) : error 076: syntax error in the expression, or invalid function call
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Error.
pawn Код:
public OnPlayerLeaveCheckpoint(playerid)
{
SendClientMessage(playerid,OBJECTIVE_COLOR,"You have left the zone.");
KillTimer(SetZone);
return 1;
}