07.08.2013, 02:29
Код:
[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
}