07.01.2016, 12:46
Код:
else { if(PlayerData[playerid][pFactionDuty] && GetPlayerFactionType(playerid) == FAC_TYPE_MEDIC) { COLOR_TEMP = 0xDC6A78FF; } else { COLOR_TEMP = COLOR_WHITE; } } else // This is where the only mistake I strip { if(PlayerData[playerid][pFactionDuty] && GetPlayerFactionType(playerid) == FAC_TYPE_POLICE) { COLOR_TEMP = 0x2288FFFF; } else { COLOR_TEMP = COLOR_WHITE; } }