Server Crash info... HELP
#1

Код:
[17:30:50] [debug] Run time error 4: "Array index out of bounds"
[17:30:50] [debug]  Accessing element at index 50 past array upper bound 49
[17:30:50] [debug] AMX backtrace:
[17:30:50] [debug] #0 000152a0 in public SSCANF_OnGameModeInit () from lsrp.amx
[17:30:50] [debug] #1 000060b4 in public Itter_OnGameModeInit () from lsrp.amx
[17:30:50] [debug] #2 native CallLocalFunction () from samp03svr
[17:30:50] [debug] #3 00003a2c in public ScriptInit_OnGameModeInit () from lsrp.amx
[17:30:50] [debug] #4 00002a0c in public OnGameModeInit () from lsrp.amx
WHere?? Pls help
Reply
#2

Код:
Run time error 4: "Array index out of bounds"
You should a variable array bigger than maximum.
Beware if you declare for example:
PHP код:
new Pos[3]; 
It have only
PHP код:
Pos[0], Pos[1], Pos[2
not untill Pos[3]
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)