SA-MP Forums Archive
DisablePlayerCheckpoint - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: DisablePlayerCheckpoint (/showthread.php?tid=291326)



DisablePlayerCheckpoint - marik1322 - 19.10.2011

i want to DisablePlayerCheckpoint when one of car is Exploding
how can i do that ??


Re: DisablePlayerCheckpoint - nilanjay - 19.10.2011

https://sampwiki.blast.hk/wiki/DisablePlayerCheckpoint

See related functions in the link


Re: DisablePlayerCheckpoint - Wesley221 - 19.10.2011

pawn Код:
public OnPlayerExitVehicle(playerid, vehicleid)
{
    DisablePlayerCheckPoint(playerid);
    return 1;
}
Or do it with the OnPlayerStateChange