Need help with disabling WayPoints
#1

Any function handles disabling WayPoints?
Reply
#2

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;

Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)