SA-MP Forums Archive
A simple way to get rid off all the yellow enter points in SA? - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: A simple way to get rid off all the yellow enter points in SA? (/showthread.php?tid=73285)



A simple way to get rid off all the yellow enter points in SA? - WiseGuy - 13.04.2009

Hey, I've seen this in several servers, even noob servers... You know the yellow triangle that bobs up and down in front of buildings you can enter... How do you get rid off them all? I want it so no one can enter/exit buildings in the server.

Regards,


Re: A simple way to get rid off all the yellow enter points in SA? - GanG$Ta - 13.04.2009

https://sampwiki.blast.hk/wiki/DisableInteriorEnterExits

In OnGameModeInit:
DisableInteriorEnterExits();

edit: 13seconds faster lol


Re: A simple way to get rid off all the yellow enter points in SA? - tom_jonez - 13.04.2009

https://sampwiki.blast.hk/wiki/DisableInteriorEnterExits


beat me to it :P


Re: A simple way to get rid off all the yellow enter points in SA? - WiseGuy - 13.04.2009

Lol, thanks fellas. Just one last request, how do I make it so only the enter icons are gone, but not the exit icon from within?

Regards,


Re: A simple way to get rid off all the yellow enter points in SA? - GanG$Ta - 13.04.2009

not possible but you can make checkpoints,pickups a point-/areacheck or whatever you want to use(btw. there is a arrow which looks similiar to the normal one), than after some enters the point/area or pickup/checkpoint he will be teleported outside.