Need help with disabling WayPoints
#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


Messages In This Thread
Need help with disabling WayPoints - by feartonyb - 14.12.2015, 12:51
Re: Need help with disabling WayPoints - by TwinkiDaBoss - 14.12.2015, 16:12

Forum Jump:


Users browsing this thread: 1 Guest(s)