14.12.2015, 16:12
Well you could always make one but there arent any at the moment. You could make something like this
PHP код:
public OnPlayerEnterCheckpoint(playerid)
{
OnCheckpointDisabled(playerid);
DisablePlayerCheckpoint(playerid);
return 1;
}
stock OnCheckpointDisabled(playerid) {
GivePlayerMoney(playerid,1000);
return true;
}