How do I remove or disable this? Help Please - 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 or disable this? Help Please (
/showthread.php?tid=346912)
How do I remove or disable this? Help Please -
Neil. - 30.05.2012
So I have the following Picture
And I want to remove the yellow checkpoint, pickup or whatever you call it
I got an anti interior tp hacks, but once a player comes inside on one of those yellow yada yada, they are banned, Also alot of servers don't have this yellow thingy so I suppose You can remove them all?
Re: How do I remove or disable this? Help Please -
newbienoob - 30.05.2012
https://sampwiki.blast.hk/wiki/DisableInteriorEnterExits
Re: How do I remove or disable this? Help Please -
ViniBorn - 30.05.2012
Put in OnGameModeInit
pawn Код:
DisableInteriorEnterExits();
Re: How do I remove or disable this? Help Please -
Neil. - 30.05.2012
Thanks newbienoob, and Viniborn, it worked!
Re: How do I remove or disable this? Help Please -
MP2 - 30.05.2012
Do note however, that will remove EVERY entrance marker in the game.