[Ajuda] "Array Index of bounds"
#3

Vocк criou uma array e estб ultrapassando o limite dela.

ex:
pawn Code:
new array[10];

public OnGameModeInit()
{
    array[12] = 3; // 12 estб acima do limite criado na array!
    return 1;
}
Reply


Messages In This Thread
"Array Index of bounds" - by VeNuZ_ - 13.09.2014, 14:00
Re: "Array Index of bounds" - by Bruno13 - 13.09.2014, 14:19
Re: "Array Index of bounds" - by Larceny - 13.09.2014, 15:22
Re: "Array Index of bounds" - by VeNuZ_ - 13.09.2014, 15:32
Re: "Array Index of bounds" - by DogeMan - 13.09.2014, 15:35

Forum Jump:


Users browsing this thread: 1 Guest(s)