SA-MP Forums Archive
Yellow 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: Yellow checkpoints (/showthread.php?tid=469999)



Yellow checkpoints - DarkLored - 15.10.2013

can someone tell me how to remove those yellow checkpoints near shops
like single player checkpoints cause i want to make my own one's and i cant because they
are stopping me from doing that


Re: Yellow checkpoints - DanishHaq - 15.10.2013

You disable it upon the game mode starting, like this:

pawn Код:
OnGameModeInit()
{
    DisableInteriorEnterExits();
    return 1;
}
https://sampwiki.blast.hk/wiki/DisableInteriorEnterExits

PS: Next time use the search feature / ****** the question before creating a new topic, there's probably another million and a half topics out there relating to the same nature of this.


Re: Yellow checkpoints - DarkLored - 15.10.2013

Yeah sorry about that and thanks