SA-MP Forums Archive
Remove standard buildings - 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: Remove standard buildings (/showthread.php?tid=299385)



Remove standard buildings - Dripac - 25.11.2011

I searched in ****** but couldn't find anything

How can i remove the standard buildings (ammunation burger shot etc) which are default when running a new gamemode? The ones with yellow markers to enter


Re: Remove standard buildings - Max_Coldheart - 25.11.2011

Just use JernejL's map editor which has the ability to do so.


AW: Re: Remove standard buildings - Dripac - 25.11.2011

Quote:
Originally Posted by Max_Coldheart
Посмотреть сообщение
Just use JernejL's map editor which has the ability to do so.
No, not the Removebuildingforplayer

I mean the standard entrances with yellow markers


Re: Remove standard buildings - IceCube! - 25.11.2011

DisableInteriorEnterExits(0);


Re: Remove standard buildings - Prumpuz - 25.11.2011

DisableInteriorEnterExits();

In OnGameModeInit().


AW: Remove standard buildings - Dripac - 25.11.2011

Thanks +rep for both!