Remove default checkpoints - 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: Remove default checkpoints (
/showthread.php?tid=385160)
Remove default checkpoints -
Brandlax - 14.10.2012
How do I remove all the default checkpoints such as Cluckin' Bell, ammo shop, etc? I removed all the default filterscripts but still some are there. I want to make it so that only the checkpoints to enter places I set are there, not any other.
Re: Remove default checkpoints -
TzAkS. - 14.10.2012
DisableInteriorEnterExits();
Re: Remove default checkpoints -
Brandlax - 14.10.2012
Thanks!