Remove all 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 all checkpoints... (
/showthread.php?tid=164003)
Remove all checkpoints... -
Ash. - 29.07.2010
How can i remove ALL of the yellow checkpoints in interiors/building etc? Ive been trying to find a way to do that for ages, but i cant
Is there anyway to do it? Isnt it:
DisablePlayerInteriorChange or something like that, something with interior in it lol
Thanks
Ash
Re: Remove all checkpoints... -
Mauzen - 29.07.2010
https://sampwiki.blast.hk/wiki/DisableInteriorEnterExits
Re: Remove all checkpoints... -
Code_Red - 29.07.2010
^^^
next time check the function page in samp wiki b4 posting
Re: Remove all checkpoints... -
Ash. - 29.07.2010
I did say i knew it was something
And Code_Red, i did, however i didnt realise it was that? As stated in the message.
Re: Remove all checkpoints... -
benedek - 29.07.2010
but in copy this:
DisableInteriorEnterExits();
return 1;
}
under the:
public OnGameModeInit()
{
my pawno has an error
why?
Re: Remove all checkpoints... -
gangsta1364 - 17.06.2012
It should be:
DisableInteriorEnterExits();
return 1;
} <<<<<---with out it