22.12.2014, 08:20
Hello,
why i got this problem
this is my enum
And the error line is
I Already write the "giveplayerid" code
Can you tell me what is the problem?
why i got this problem
pawn Код:
array index out of bounds (variable "Banned")
pawn Код:
enum USER_BAN
{
USER_BANNED,
USER_REASON[100] //BANNED REASON
};
new Banned[MAX_PLAYERS][USER_BAN];
pawn Код:
Banned[giveplayerid][USER_BAN] = 1;
Can you tell me what is the problem?