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



Map Icon? - GNGification - 21.02.2011

How to add a icon in map?

also is there anywhere list of icons?

Thank you allready


Re: Map Icon? - captainjohn - 21.02.2011

Example

pawn Код:
public OnPlayerConnect(playerid)
{
SetPlayerMapIcon(playerid, 12, 2495.25, -1686.60, 13.51, 31, 0);
return 1;
}
Edit: list of map icons https://sampwiki.blast.hk/wiki/MapIcons


Re: Map Icon? - BlackWolf120 - 21.02.2011

that should help.
Just ask if u wanna know more...

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

regards...


//edit: too late


Re: Map Icon? - captainjohn - 21.02.2011

Also in my example were it says 12, after the playerid, that is the ID of the map icon.


Re: Map Icon? - GNGification - 21.02.2011

Thank you =)


Re: Map Icon? - GNGification - 21.02.2011

Sorry for the double post but how to add tho's map icons ONLY in world 666?


Re: Map Icon? - captainjohn - 21.02.2011

I made a tutorial for adding map icons, if you still need help?

http://forum.sa-mp.com/showthread.ph...75#post1082475