how do i get this item? - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: how do i get this item? (
/showthread.php?tid=67516)
how do i get this item? -
Drift_04 - 01.03.2009
i want to know how to place this thing in my server, the yellow marker that is in front of doors, u step into the marker to go into them.
Re: how do i get this item? -
1337pr0 - 02.03.2009
There is no specific function for it, although there is an object that you could create which looks similar. Try creating a pickup using object ID 1559.
https://sampwiki.blast.hk/wiki/AddStaticPickup
Re: how do i get this item? -
Zoopaman - 02.03.2009
make sure you
DON'T have this under OnGameModeInit
pawn Код:
DisableInteriorEnterExits();
If it's not there, you get yellow markers.