29.07.2013, 07:51
Here
Line public OnPlayerLeaveCheckpoint(playerid, CPiD) is 996
Line 996 is giving error 025
I have tried adding stock and forwarding it
pawn Код:
public OnPlayerLeaveCheckpoint(playerid, CPiD)
{
if(CPiD == CPS1)
{
SendClientMessage(playerid, 0x00FF007A, "Failed to capture zone");
GangZoneStopFlashForAll(ZONE_RIFA);
GangZoneStopFlashForAll(ZONE_MAFIA);
SendClientMessageToAll(0x00FF007A, "Zone not captured");
KillTimer(timer);
Checkpoint[playerid] = 0;
}
return 1;
}
Line 996 is giving error 025
I have tried adding stock and forwarding it