Run time error 4: "Array index out of bounds"
#5

base on your script you need to make sure linkid > 0 and not < 0 which means you need to have a valid id on it.

Either you have something link this

PHP код:
for(new gategate MAX_LINKSgate++) 
that looks like this

PHP код:
for(new gate; < MAX_LINKSgate--) 
or you could just search your code for
Quote:

"CloseGate"

don't remove the "" add find what is causing the invalid id

or you can do debug 3.

Assuming you don't know debug 3
1.go to your pawno folder

2.make a new file and name it pawno.cfg

3.now edit pawno.cfg and add -d3 in it. Save it

4.Now recompile your gamemode and start again your sampserver.exe

5.send the logs here again.
Reply


Messages In This Thread
Run time error 4: "Array index out of bounds" - by 0nur - 16.02.2017, 15:20
Re: Run time error 4: "Array index out of bounds" - by Dayrion - 16.02.2017, 15:30
Re: Run time error 4: "Array index out of bounds" - by JesterlJoker - 16.02.2017, 15:30
Re: Run time error 4: "Array index out of bounds" - by 0nur - 16.02.2017, 15:31
Re: Run time error 4: "Array index out of bounds" - by JesterlJoker - 16.02.2017, 15:38

Forum Jump:


Users browsing this thread: 1 Guest(s)