how do i remove single player checpoints..... - 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: how do i remove single player checpoints..... (
/showthread.php?tid=490229)
how do i remove single player checpoints..... -
iThePunisher - 25.01.2014
How i can remove the single player checkpoints ??
is there anyway to do that??
Re: how do i remove single player checpoints..... -
DarkLored - 25.01.2014
pawn Код:
public OnGameModeInit()
{
DisableInteriorEnterExits();
return 1;
}
Re: how do i remove single player checpoints..... -
iThePunisher - 26.01.2014
That didnt removed nothing .....
is there any other way??