Pls help me with this error
#7

Quote:
Originally Posted by xskyowned
Посмотреть сообщение
At the same line, now there are two errors.
error 029: invalid expression, assumed zero
error 001: expected token: ";", but found "-identifier-"
Код:
for(new d = 0; d < MAX_PLAYERS; d++)
{
	if(IsPlayerConnected(d))
	{
		if(PlayerInfo[d][pfaction] == FACTION_POLICE)
		{
			countpolicemen++;
		}
	}
}
if(countpolicemen < 3) return SendClientMessage(playerid, COLOR_NO, "You need 3 cops online in orther to do a robbery.");
Reply


Messages In This Thread
Pls help me with this error - by xskyowned - 02.05.2017, 18:06
Re: Pls help me with this error - by sampkinq - 02.05.2017, 18:19
Re: Pls help me with this error - by xskyowned - 02.05.2017, 18:24
Re: Pls help me with this error - by AndreiWow - 02.05.2017, 18:31
Re: Pls help me with this error - by xskyowned - 02.05.2017, 18:40
Re: Pls help me with this error - by AndreiWow - 02.05.2017, 18:46
Re: Pls help me with this error - by sampkinq - 02.05.2017, 20:00

Forum Jump:


Users browsing this thread: 2 Guest(s)