25.03.2018, 11:58
Quote:
Код:
stock countFactionMembers(factionid) { new count; foreach(Player, i) { if(pl[i][pMember] == factionid || pl[i][pLeader] == factionid) { count++; } } return count; } |
PHP код:
new.pwn(2195) : error 017: undefined symbol "foreach"
new.pwn(2197) : error 017: undefined symbol "i"