Server Crashing
#7

It's full of runtime errors index out of bounds.

When you see lines such as ... at C:\Users\Brandon\Desktop\Backup\gamemodes\NYOGames .pwn:line_here

Goto the line, that's what it causes it. Index out of bounds is when a number (out of the bounds [min-max]) passes as index in an array.

Doing "new something[256];", it means you can use inside the [ ] numbers only 0-255 but you exceed the limits.
Reply


Messages In This Thread
Server Crashing - by Brandon_More - 26.09.2013, 15:21
Re: Server Crashing - by RedWolfX - 27.09.2013, 10:33
Re: Server Crashing - by Konstantinos - 27.09.2013, 10:40
Re: Server Crashing - by Brandon_More - 27.09.2013, 18:22
Re: Server Crashing - by AF1_CLAN - 27.09.2013, 18:24
Re: Server Crashing - by Brandon_More - 27.09.2013, 18:27
Re: Server Crashing - by Konstantinos - 27.09.2013, 18:33

Forum Jump:


Users browsing this thread: 1 Guest(s)