22.12.2014, 09:11
You must ensure that 'giveplayerid' is not less than 0, and does not exceed the value of 'MAX_PLAYERS'.
However, as far as I'm concerned, the line should be this:
You are using the enum name in the third index.
When you should have been using 'USER_BANNED'.
However, as far as I'm concerned, the line should be this:
pawn Код:
Banned[giveplayerid][USER_BANNED] = 1;
pawn Код:
enum USER_BAN