Displaying more than one map icon on the minimap
#1

When my player spawns.. he can only see the Police Map Icon, where I want it to show the clothes shop and the police... both icons

pawn Код:
public OnPlayerSpawn(playerid)
{
    if(classselection[playerid] == 1)
    {
        GivePlayerMoney(playerid, -1000);
    }
    classselection[playerid] = 0;
    spawn[playerid] = 0;
   
    //map icons
    SetPlayerMapIcon(playerid, 12, -1439.1910,2591.3840,55.8359, 45, 0, MAPICON_GLOBAL);
    SetPlayerMapIcon(playerid, 12, -1390.1752,2638.2993,55.9844, 30, 0, MAPICON_GLOBAL);
    return 1;
}
Please help, thanks in advance...
Reply


Messages In This Thread
Displaying more than one map icon on the minimap - by BigAl - 25.09.2011, 14:27
Re: Displaying more than one map icon on the minimap - by Redgie - 25.09.2011, 15:28
Re: Displaying more than one map icon on the minimap - by Luis- - 25.09.2011, 15:29
Re: Displaying more than one map icon on the minimap - by BigAl - 25.09.2011, 15:35
Re: Displaying more than one map icon on the minimap - by Luis- - 25.09.2011, 15:37

Forum Jump:


Users browsing this thread: 1 Guest(s)