Some players spawning with black color?
#2

Try this

PHP код:
foreach(new Player

    if(!
PlayerInfo[i][pBackup]) 
    { 
        if(
GetPVarInt(i"Jailed") > 0) { 
            
SetPlayerColor(i0xAD7A21FF); 
        } else if(
PlayerInfo[i][pFaction] >= && PlayerInfo[i][pDuty] && FactionInfo[PlayerInfo[i][pFaction]][fType] != FACTION_HITMAN) { 
            
SetPlayerColor(iFactionInfo[PlayerInfo[i][pFaction]][fColor] & ~0xff); 
        } else if(
GetPlayerJob(iJOB_TAXIDRIVER) && GetPVarInt(i"TaxiFare") > 0) { 
            
SetPlayerColor(i0xF5DEB3FF); 
        } else { 
            
SetPlayerColor(i0xFFFFFFFF); 
        } 
    } 

Reply


Messages In This Thread
Some players spawning with black color? - by AlexMSK - 02.08.2018, 09:19
Re: Some players spawning with black color? - by AndreProgrammer - 02.08.2018, 15:50

Forum Jump:


Users browsing this thread: 1 Guest(s)