Question
#1

Know someone what is the problem here?

HTML Code:
foreach(new i: Player) if(CosminInfo[i][ReportedBy] != -1 && i != Player) format(eString, sizeof(eString), "\n#{E4EDF4}%d {FF8000}%s {E4EDF4}reported {F81414}%s {E4EDF4}: %s", ReportStr, i, PlayerName(CosminInfo[i][ReportedBy]), PlayerName(i), Reason);
Reply
#2

No? Can you tell us the problem here?
Reply
#3

You use both this:

pawn Code:
foreach(new i : Player)
and this:

pawn Code:
if(i != Player)
Reply
#4

Does compiler compile that line?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)