SA-MP Forums Archive
Default enter interior icons - 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: Default enter interior icons (/showthread.php?tid=401029)



Default enter interior icons - Riggster - 21.12.2012

Does anyone know how I can remove these like the ones to enter business, houses and police stations.
So if you know how please let me know

Edit - Also the yellow cones please


Re: Default enter interior icons - LarzI - 21.12.2012

I don't get what you mean by the first, but put this
pawn Код:
DisableInteriorEnterExits();
under OnGameModeInit and you're good to go.


Re: Default enter interior icons - Ironboy - 21.12.2012

pawn Код:
public OnGameModeInit()
{
    DisableInteriorEnterExits();
    return 1;
}



Re: Default enter interior icons - DaRk_RaiN - 21.12.2012

Under OnGameModeInIt
pawn Код:
DisableInteriorEnterExits();



Re: Default enter interior icons - Riggster - 21.12.2012

That worked kind of. But the yellow cones that float about are still there like at the LSPD police station


Re: Default enter interior icons - DaRk_RaiN - 21.12.2012

What do you mean yellow cones?Like the once you pick up, well then go to your script and search for CreatePickup and delete the ones you don't need.


Re: Default enter interior icons - Riggster - 21.12.2012

No I didnt script them look at this pic - http://imgur.com/a/SMsPh


Re: Default enter interior icons - Riggster - 21.12.2012

Sorted thanks for the help guys