+- 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 disable Yellow Building Enter Markers ? (/showthread.php?tid=368862)
How to disable Yellow Building Enter Markers ? - waim - 14.08.2012
Heey Guys ! Can u help me Please .. I wanna remove the Yellow Checkpoint only for houses ..
and set it enable for the shop market and some house like Cj's House ..
Thanks
Re: How to disable Yellow Building Enter Markers ? - IstuntmanI - 14.08.2012
Put at OnGameModeInit this:
Код:
DisableInteriorEnterExits( );
Then ... there was a object looking like that yellow PICKUP, search and use it.
Re : Re: How to disable Yellow Building Enter Markers ? - waim - 14.08.2012
Quote:
Originally Posted by costel_nistor96
Put at OnGameModeInit this:
Код:
DisableInteriorEnterExits( );
Then ... there was a object looking like that yellow PICKUP, search and use it.
Can I put this yellow pickup everywhere I want .. To enter to the Ammu, Food Shop ..
Re: How to disable Yellow Building Enter Markers ? - IstuntmanI - 14.08.2012