SA-MP Forums Archive
Help with MapIcon - 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: Help with MapIcon (/showthread.php?tid=643148)



Help with MapIcon - insus100 - 14.10.2017

Hello, so I want to add the Police Station Icon to my server, I know the id (30), but i dont know how the coordinates, I added to my server Other icons like Cluckin bell and Burguershot, any help?
Thank you!


Re: Help with MapIcon - UberEverywhere - 14.10.2017

You can get coordinates by using /save, and you can find them in your saved positions file in GTA San Andreas Files.

https://sampwiki.blast.hk/wiki/SetPlayerMapIcon


Re: Help with MapIcon - Puff - 14.10.2017

Код:
 SetPlayerMapIcon(playerid, 30, X, Y, Z, 52, 0, MAPICON_LOCAL);



Re: Help with MapIcon - insus100 - 14.10.2017

Quote:
Originally Posted by Puff
Посмотреть сообщение
Код:
 SetPlayerMapIcon(playerid, 30, X, Y, Z, 52, 0, MAPICON_LOCAL);
Thank youuu