29.11.2014, 09:28
Are you aware that MAPICON_LOCAL, will only show the map icon if you're within it's range (on the HUD)?
You cannot use CreateMapIcon, as it's not a function?
To use SetPlayerMapIcon, put it in the 'OnPlayerSpawn(playerid)', callback.
The code you should use is: SetPlayerMapIcon( playerid, 63, 1954.7623,2154.5234,10.3026, 52, 0, MAPICON_LOCAL);
Take a look here as well: https://sampwiki.blast.hk/wiki/MapIconStyle
You cannot use CreateMapIcon, as it's not a function?
To use SetPlayerMapIcon, put it in the 'OnPlayerSpawn(playerid)', callback.
The code you should use is: SetPlayerMapIcon( playerid, 63, 1954.7623,2154.5234,10.3026, 52, 0, MAPICON_LOCAL);
Take a look here as well: https://sampwiki.blast.hk/wiki/MapIconStyle