array index out of bounds problem
#1

Hello,

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

Can you tell me what is the problem?
Reply


Messages In This Thread
array index out of bounds problem - by ohmy - 22.12.2014, 08:20
Re: array index out of bounds problem - by Pottus - 22.12.2014, 08:23
Re: array index out of bounds problem - by ohmy - 22.12.2014, 08:37
Re: array index out of bounds problem - by Threshold - 22.12.2014, 09:11
Re: array index out of bounds problem - by ohmy - 22.12.2014, 09:18

Forum Jump:


Users browsing this thread: 1 Guest(s)