SA-MP Forums Archive
How i make this icon dissapear? - 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 i make this icon dissapear? (/showthread.php?tid=324767)



How i make this icon dissapear? - michael_dark_1 - 10.03.2012

Im in my server, and i hate this icon:

i want to that yellow icon to dissapear! what should i do?


Re: How i make this icon dissapear? - Unknownich - 10.03.2012

DisableInteriorEnterExits(); under ongamemodeinit


Re: How i make this icon dissapear? - ReneG - 10.03.2012

You add

Код:
DisableInteriorEnterExits();
Under OnGameModeInit(()

EDIT:

Other dude beat me to it.