25.09.2011, 14:27
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
Please help, thanks in advance...
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;
}