SA-MP Forums Archive
SetPlayerMapIcon - 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: SetPlayerMapIcon (/showthread.php?tid=373501)



SetPlayerMapIcon - bleedis - 30.08.2012

Hey there!
my first thread was deleted i think.
I have this map icon
pawn Код:
SetPlayerMapIcon(playerid, 56, 870.1743,-25.6228,63.9331, 19, MAPICON_GLOBAL);
As u see its set to global but it works like local. any idea why?
Thanks!


Re: SetPlayerMapIcon - ThePrograme - 30.08.2012

This might help
https://sampwiki.blast.hk/wiki/SetPlayerMapIcon
+rep if it helps


Re: SetPlayerMapIcon - HuSs3n - 30.08.2012

to make the mapicon show always on the map ,use the streamer plugin and set the stream distance to 20000
idk if that possible without a streamer


Re: SetPlayerMapIcon - bleedis - 31.08.2012

something like that?
pawn Код:
CreateDynamicMapIcon(DropLocation[0], DropLocation[1], DropLocation[2], 19, 0,-1,-1,-1,20000.0);
doesnt work

EDIT; ok, if we cant get this work maybe someone can tell me how to set checkpoint or something else to mark possition where i need to go. im using dynamiccheckpoints from streamer.