Portal SAMP
[Ajuda] MAP ICON - Versão de Impressão

+- Portal SAMP (https://portalsamp.com)
+-- Fórum: SA-MP (https://portalsamp.com/forumdisplay.php?fid=5)
+--- Fórum: Área de suporte (https://portalsamp.com/forumdisplay.php?fid=6)
+--- Tópico: [Ajuda] MAP ICON (/showthread.php?tid=1092)



MAP ICON - Smith - 15/04/2021

Código:
    SetPlayerMapIcon(playerid, 13, 2438.1000976563, -976.29998779297, 79.300003051758, 52, 0, MAPICON_LOCAL);
    SetPlayerMapIcon(playerid, 30, 1579.6999511719, -1635.4000244141, 13.60000038147, 52, 0, MAPICON_LOCAL);
    SetPlayerMapIcon(playerid, 30, -1950.6999511719, 300.89999389648, 41, 52, 0, MAPICON_LOCAL);
    SetPlayerMapIcon(playerid, 30, 208.89999389648, 146, 1003, 52, 0, MAPICON_LOCAL);
    SetPlayerMapIcon(playerid, 52, 1467.1999511719, -1010, 26.799999237061, 52, 0, MAPICON_LOCAL);
    SetPlayerMapIcon(playerid, 50, 1833.900390625, -1842.599609375, 13.60000038147, 52, 0, MAPICON_LOCAL);
    SetPlayerMapIcon(playerid, 40, 1094, -807.59997558594, 107.40000152588, 52, 0, MAPICON_LOCAL);
galera porque só aparece os mapa icon de cifrão e os outros não? 
como descubro o MARKERTYPE de cada icone? 

link dos icones usados 

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


RE: MAP ICON - k2bi_YT - 15/04/2021

Crie um map icon dinamico, será melhor no futuro...

Código PHP:
CreateDynamicMapIcon(Float:XFloat:YFloat:ZMarker_TypeColorWordIDInteriorIDPLAYERIDSTREAMER_MAP_ICON_SDMAPICON_LOCAL); 

https://open.mp/docs/scripting/resources/mapicons (Tipo de Marker)

https://open.mp/docs/scripting/resources/mapiconstyles (Estilo de Marker)

Em 'Color', recomendo que use -1


RE: MAP ICON - Smith - 15/04/2021

(15/04/2021 19:43)k2bi_YT Escreveu: Crie um map icon dinamico, será melhor no futuro...

Código PHP:
CreateDynamicMapIcon(Float:XFloat:YFloat:ZMarker_TypeColorWordIDInteriorIDPLAYERIDSTREAMER_MAP_ICON_SDMAPICON_LOCAL); 

no caso Marker_Type e o id do icone? eo WordID coloca oque 0, 1 false true ou deixa asssim msm?



RE: MAP ICON - k2bi_YT - 16/04/2021

Marker_Type são as texturas que ira aparecer no radar do jogador (https://open.mp/docs/scripting/resources/mapicons)

WordID é o mundo em que ele será mostrado. -1 será em todos os mundos possíveis