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=396691)



Setplayermapicon - Tamer - 01.12.2012

I have fixed this issue, thanks.


Re: Setplayermapicon - Nick.D - 01.12.2012

Код:
Parameters:
(playerid, iconid, Float:x, Float:y, Float:z, markertype, color, style)
Make sure you've set your parameters correctly.


Re: Setplayermapicon - dr.lozer - 01.12.2012

Код:
SetPlayerMapIcon( playerid, 19,111.2690,2434.2261,17.5694,184.0296,0, MAPICON_GLOBAL );
SetPlayerMapIcon( playerid, 18,-71.0362,2544.2910,21.0159,81.7263,0, MAPICON_GLOBAL );
SetPlayerMapIcon( playerid, 19,-59.1326,2471.6077,19.4497,271.5484,0, MAPICON_GLOBAL );
SetPlayerMapIcon( playerid, 19,-550.6570,2613.6526,53.5156,179.6307,0, MAPICON_GLOBAL );
SetPlayerMapIcon( playerid, 19,221.3181,2548.2910,16.8089,3.2944,0, MAPICON_GLOBAL );
SetPlayerMapIcon( playerid, 19,145.7571,2012.0477,19.1957,358.5856,0, MAPICON_GLOBAL );
the red number is ur mistake.. you must add makertype.. and the iconid is wrong

start from 0 to 100.. which means you can only use 100 icons in your server...


Re: Setplayermapicon - Tamer - 01.12.2012

I understand what you mean,but I couldn't manage to fix it.

Can you check my first post