ARRAY INDEX
#1

Код:
[19:16:48] [debug] Run time error 4: "Array index out of bounds"
[19:16:48] [debug] Accessing element at index 65535 past array upper bound 499
[19:16:48] [debug] AMX backtrace:
[19:16:48] [debug] #0 000889ec in public OnPlayerStateChange (playerid=0, newstate=1, oldstate=8) at CSRPtest.pwn:13250
pawn Код:
new spectator = GettingSpectated[playerid];
        if(!IsPlayerConnected(spectator))
        {
            GettingSpectated[playerid] = -1;
            Spectate[spectator] = -1;  //13250
        }
Reply


Messages In This Thread
ARRAY INDEX - by DJ_Shocker - 07.08.2013, 02:29
Re: ARRAY INDEX - by Red_Dragon. - 07.08.2013, 02:43

Forum Jump:


Users browsing this thread: 1 Guest(s)