07.01.2016, 14:38
Quote:
Код:
else if(PlayerData[playerid][pFactionDuty] && GetPlayerFactionType(playerid) == FAC_TYPE_MEDIC) { COLOR_TEMP = 0xDC6A78FF; } else if(PlayerData[playerid][pFactionDuty] && GetPlayerFactionType(playerid) == FAC_TYPE_POLICE) { COLOR_TEMP = 0x2288FFFF; } else { COLOR_TEMP = COLOR_WHITE; } |
Rep me if this helped you, thanks!