[Ajuda] Icone dosplayers no mapa
#2

Testa assim pra ver
PHP код:
function Marker()
{
    static 
rand,Float:x,Float:y,Float:z;
    for(new 
iMAX_PLAYERS;i++)
    {
        
GetPlayerPos(i,x,y,z);
        if(
Team[i] == ZOMBIE || Team[i] == HUMAN)
        {
            for(new 
fMAX_PLAYERS;f++)
            {
                if(
Team[f] == ZOMBIE || Team[f] == HUMAN)
                {
                    
rand random(3);
                    if(
rand == 1)
                    {
                        
SetPlayerMarkerForPlayer(f,i,purple);
                    }
                    if(
PInfo[f][ZPerk] == 5)
                    {
                        if(
Team[i] == ZOMBIE)
                        {
                            
SetPlayerMarkerForPlayer(f,i,corzumbi);
                        }
                    }
                }
            }
        }
    }
    return 
1;

Reply


Messages In This Thread
Icone dosplayers no mapa - by eNtinityGaming - 03.02.2014, 18:32
Re: Icone dosplayers no mapa - by lucas_mdr1235 - 03.02.2014, 18:46
Re: Icone dosplayers no mapa - by eNtinityGaming - 03.02.2014, 18:53
Re: Icone dosplayers no mapa - by lucas_mdr1235 - 03.02.2014, 18:54
Re: Icone dosplayers no mapa - by kevinho.007 - 03.02.2014, 22:51

Forum Jump:


Users browsing this thread: 2 Guest(s)