SetMapIcon
#8

pawn Код:
public Conquersystem(playerid)
{
    if((CONQUERED_BASE_PD==0)||(CONQUERED_BASE_PD==2))
    {
        CONQUERED_BASE_PD = 1;
        SendClientMessageToAll(COLOR_RED,"TEAM BLUE has conquered the PD!");
        for(new i; i < MAX_PLAYERS; i++)
        {
            SetPlayerMapIcon(i, 1,326.3,-35.2,3.3, 30, 0);
            RemovePlayerMapIcon(i, 2);
        }
        PercentConquered[playerid] = 0;
    }
}
there
Reply


Messages In This Thread
SetMapIcon - by nesty - 23.01.2010, 22:10
Re: SetMapIcon - by Butilka - 23.01.2010, 22:11
Re: SetMapIcon - by Streetplaya - 23.01.2010, 22:12
Re: SetMapIcon - by Butilka - 23.01.2010, 22:16
Re: SetMapIcon - by nesty - 23.01.2010, 22:21
Re: SetMapIcon - by Vetle - 23.01.2010, 22:27
Re: SetMapIcon - by nesty - 23.01.2010, 22:57
Re: SetMapIcon - by Vetle - 24.01.2010, 09:36

Forum Jump:


Users browsing this thread: 1 Guest(s)