SA-MP Forums Archive
Where does thoses "default?" business appeared? - 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: Where does thoses "default?" business appeared? (/showthread.php?tid=261562)



Where does thoses "default?" business appeared? - rt-2 - 14.06.2011

Hi,

I've been working to script my server from A to Z,

But, I can't find out how to remove the as seen in the screenshot below businesses,



To me, I dont think it comes from any of my script, i did read all the scripts included by the server.cfg,,

I even renamed the folder "scriptfiles" to "scriptfilesggg" to see if it was the problem but no...

I know it's possible to remove those businesses because i've seen lot of server without before,

Thank you..


Re: Where does thoses "default?" business appeared? - Jack_Leslie - 14.06.2011

Код:
DisableInteriorEnterExits();
Under OnGameModeInit or where ever you want it.


Re: Where does thoses "default?" business appeared? - Skaizo - 14.06.2011

no scriptfilessgg
you must rename scriptfiles
and put in:OnGameModeInit
DisableInteriorEnterExits();


Re: Where does thoses "default?" business appeared? - park4bmx - 14.06.2011

This is what u need
Код:
DisableInteriorEnterExits();
IT MUST BE UNDER OnGameModeInt


Re: Where does thoses "default?" business appeared? - rt-2 - 14.06.2011

Ok thank you for the quick answer

and lets say I'd want to remove the red marker with the selling script inside ammunation for exemple?