please help i got a problem
#1

when someone trys to register they crash and in my samp log it says


PHP код:
[18:38:19] [debugRun time error 4"Array index out of bounds"
[18:38:19] [debug]  Accessing element at index 999 past array upper bound 500
[18:38:19] [debugAMX backtrace:
[
18:38:19] [debug#0 0007b21c in public RL_OnPlayerStateChange (0x00000001, 0x00000001, 0x00000008) from pla.amx
[18:38:19] [debug#1 native CallLocalFunction () [00472ad0] from samp-server.exe
[18:38:19] [debug#2 0001590c in public OnPlayerStateChange (0x00000001, 0x00000001, 0x00000008) from pla.amx 
Reply
#2

increase array in OnPlayerStateChange
example
pawn Код:
new player[500];  ->> new player[1000];
Reply
#3

but mine does not say new player , want me to show you my OnPlayerStateChange?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)