Map Icon not showing?
#1

public OnPlayerConnect( playerid )
pawn Код:
public OnPlayerConnect( playerid ){
    SetPlayerMapIcon( playerid, 19, -912.2126,2686.9512,42.3703, 52, 0, MAPICON_LOCAL );
    SetPlayerMapIcon( playerid, 19, 255.3934,1802.0848,7.4732, 52, 0, MAPICON_LOCAL );
}
These map icons are not showing, it must be working?
Reply
#2

It should be fine, unless your coordinates are messed up. Are you getting near the map icon, because you set it to be when the player is near the icon it will appear on the radar (or minimap). Use MAPICON_GLOBAL if you want it to display all the time, no matter where the player is!
Reply
#3

pawn Код:
public OnPlayerConnect( playerid ){
    SetPlayerMapIcon( playerid, 19, -912.2126,2686.9512,42.3703, 52, 0, MAPICON_LOCAL );
    SetPlayerMapIcon( playerid, 20, 255.3934,1802.0848,7.4732, 52, 0, MAPICON_LOCAL );
}
change the index / id... or it will replace the old id
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)