27.08.2016, 20:08
Above this line:
describes which run time error is and more information such as the index if it's run time error 4. You'll need to find this otherwise we don't know what we're looking for in that callback.
The other two lines you posted:
are part of your last post which happens in OnPlayerKeyStateChange and in a function that is called in OnPlayerKeyStateChange as well (two different though).
In order to make it easier for both of us, create a file called pawn.cfg (if you can't create the file with that extension, copy server.cfg from the main directory and rename it) into pawno folder and write -d3 in it. Save it and re-compile your scripts. Run the server and if you get reports from crashdetect, post them all.
pawn Код:
[11:28:29] [debug] #0 0017d254 in public OnVehicleStreamIn (959, 15) from k.amx
The other two lines you posted:
pawn Код:
[11:28:33] [debug] Run time error 4: "Array index out of bounds"
[11:28:33] [debug] Accessing element at index 1001 past array upper bound 1000
In order to make it easier for both of us, create a file called pawn.cfg (if you can't create the file with that extension, copy server.cfg from the main directory and rename it) into pawno folder and write -d3 in it. Save it and re-compile your scripts. Run the server and if you get reports from crashdetect, post them all.

