error 029: invalid expression, assumed zero
#3

Quote:
Originally Posted by Shura
Посмотреть сообщение
Код:
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;
}
This will fix your problem and looks nicer
Rep me if this helped you, thanks!
Reply


Messages In This Thread
error 029: invalid expression, assumed zero - by Shura - 07.01.2016, 12:46
Re: error 029: invalid expression, assumed zero - by FreAkeD - 07.01.2016, 14:00
Re: error 029: invalid expression, assumed zero - by HarrisonC - 07.01.2016, 14:38

Forum Jump:


Users browsing this thread: 1 Guest(s)