02.05.2017, 20:00
Quote:
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.");