14.12.2015, 12:51
Any function handles disabling WayPoints?
public OnPlayerEnterCheckpoint(playerid)
{
OnCheckpointDisabled(playerid);
DisablePlayerCheckpoint(playerid);
return 1;
}
stock OnCheckpointDisabled(playerid) {
GivePlayerMoney(playerid,1000);
return true;
}