Big Chance To Crash My Server?
#1

hello guyz im just askin if this debug give by crashdetect is it big chance to crash my server if i add more DynamicCP on my server?

pawn Код:
[20:35:20] [debug] Run time error 4: "Array index out of bounds"
[20:35:20] [debug]  Accessing element at index 999 past array upper bound 45
[20:35:20] [debug] AMX backtrace:
[20:35:20] [debug] #0 000a3158 in ?? () from IT.amx
[20:35:20] [debug] #1 00082c74 in public Streamer_OnPlayerEnterCP () from IT.amx
[20:35:20] [debug] #2 native CallLocalFunction () [00472c00] from samp-server.exe
[20:35:20] [debug] #3 00003d98 in public OnPlayerEnterCheckpoint () from IT.amx
Reply
#2

I don't think so
Reply
#3

Quote:
Originally Posted by bathushan
Посмотреть сообщение
I don't think so
how can u say? can u explain a little bit more please ?
Reply
#4

you missed a bracket at IT.amx
Reply
#5

if i missed 1 bracket it will give me error or warning right?
Reply
#6

Be sure to define MAX_PLAYERS and MAX_VEHICLES (if you use a custom value) right after a_samp and before any other includes.
Reply
#7

you can see in the log

[20:35:20] [debug] Accessing element at index 999 past array upper bound 45

meaning you're accessing an array index at 999 when the arrays max is 45
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)