SA-MP Forums Archive
How to disable Yellow Building Enter Markers ? - 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 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

Yes, using CreatePickup and OnPlayerPickUpPickup.


Re : How to disable Yellow Building Enter Markers ? - waim - 14.08.2012

How Can I Know the Position of each shop !


Re: How to disable Yellow Building Enter Markers ? - tyler12 - 14.08.2012

http://weedarr.wikidot.com/interior/


Re : How to disable Yellow Building Enter Markers ? - waim - 15.08.2012

is there any relation with the yellow marker and the map icons ?


Re: How to disable Yellow Building Enter Markers ? - Jstylezzz - 15.08.2012

no, they are different..
CreateMapIcon, and CreatePickup, these are not related in any way


Re : How to disable Yellow Building Enter Markers ? - waim - 15.08.2012

Yes I know ! But When I used DisableInteriorEnterExits( ); .. the icons of Ammu and shops removed from the map


Re: Re : How to disable Yellow Building Enter Markers ? - Devilxz97 - 15.08.2012

Quote:
Originally Posted by waim
Посмотреть сообщение
Yes I know ! But When I used DisableInteriorEnterExits( ); .. the icons of Ammu and shops removed from the map
then create a new one..
https://sampforum.blast.hk/showthread.php?tid=330001
https://sampforum.blast.hk/showthread.php?tid=327953

https://sampwiki.blast.hk/wiki/IsPlayerInRangeOfPoint
http://weedarr.wikidot.com/interior
https://sampwiki.blast.hk/wiki/SetPlayerPos
https://sampwiki.blast.hk/wiki/CreatePickup
https://sampwiki.blast.hk/wiki/OnPlayerPickUpPickup