Burger Shot Marker - 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: Burger Shot Marker (
/showthread.php?tid=165057)
Burger Shot Marker -
juuleman - 03.08.2010
Hey Guys,
I just added this to my server to disable the markers:
pawn Код:
DisableInteriorEnterExits();
But now i made a bizz with the Burger Shot interior and i noticed that the place where you can order food doesnt have a marker anymore as wel, also that person there is gone.
Now ive seen alot of servers with DisableInteriorEnterExits on but still have that like this:
Please help me how i can get it back...
Re: Burger Shot Marker -
kc - 03.08.2010
Take a look at
https://sampwiki.blast.hk/wiki/SetPlayerShopName
Re: Burger Shot Marker -
Vince - 03.08.2010
I believe the vendor and the marker disappear when SetPlayerVirtualWorld is used.
Re: Burger Shot Marker -
juuleman - 03.08.2010
Quote:
Originally Posted by kc
|
Thanks alot
Quote:
Originally Posted by Vince
|
I use SetPlayerInterior, but still thanks for the help.