[Help] Icons in Map - 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] Icons in Map (
/showthread.php?tid=553518)
[Help] Icons in Map -
Arxalan - 30.12.2014
Hello , i want to know how to add Icons in map like Ammunation icon is map , Burgershot icon , Cluck'in icon and from where can i get the list of icons.
Re: [Help] Icons in Map -
Accent - 30.12.2014
https://sampwiki.blast.hk/wiki/MapIcons
https://sampwiki.blast.hk/wiki/SetPlayerMapIcon
Re: [Help] Icons in Map -
M4D - 30.12.2014
Search PLEASE
https://sampwiki.blast.hk/wiki/MapIcons
https://sampwiki.blast.hk/wiki/SetPlayerMapIcon
you can only Set 99 Map Icons
if you use streamer you can create more.
Re: [Help] Icons in Map -
Arxalan - 30.12.2014
How to create more using streamer?
Re: [Help] Icons in Map -
Facerafter - 30.12.2014
Use a Streamer plugin.
https://sampforum.blast.hk/showthread.php?tid=102865
Than use this function to create them.
pawn Код:
CreateDynamicMapIcon(Float:x, Float:y, Float:z, type, color, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = 100.0, style = MAPICON_LOCAL);
Re : [Help] Icons in Map -
StreetRP - 30.12.2014
https://sampforum.blast.hk/showthread.php?tid=102865
Quote:
CreateDynamicMapIcon(Float, Float:y, Float:z, type, color, worldid = -1, interiorid = -1, playerid = -1, Floattreamdistance = 100.0, style = MAPICON_LOCAL);
|