15.12.2012, 14:01
If I'm not mistaken, shouldn't this line:
Say something like:
??
If that doesn't fix it, try changing 'string[]' to 'const string[]'.
EDIT: Fuck, I nearly got it first.
pawn Code:
if (PlayerInfo[pAdmin] ==1(i))
pawn Code:
if (PlayerInfo[i][pAdmin] == 1)
If that doesn't fix it, try changing 'string[]' to 'const string[]'.
EDIT: Fuck, I nearly got it first.