how to remove the yellow sign on the door - 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 to remove the yellow sign on the door (
/showthread.php?tid=606477)
how to remove the yellow sign on the door -
gogo45 - 05.05.2016
Hey all...
I want to ask..
how do I remove the yellow sign near the door, this is a picture of her
Re: how to remove the yellow sign on the door -
SyS - 05.05.2016
like this
Quote:
public OnGameModeInit()
{
DisableInteriorEnterExits();
return 1;
}
|
Re: how to remove the yellow sign on the door -
gogo45 - 05.05.2016
how do you mean his staying layout wrote Disable InteriorEnterExits into public OnGameModeInit
Re: how to remove the yellow sign on the door -
SyS - 05.05.2016
what ?? just add that code on gamemodeint of your gamemode and that enterance's yellow marker will be disabled