Getting error in server console
I get this error in server console:
Quote:
PHP Code:
|
Re: Getting error in server console
I think you are missing the first line or two of the error from the log.
|
Re: Getting error in server console
Yes you will right.. here:
Quote:
|
Re: Getting error in server console
Index out of bounds error on this: CLASSES[ ZombieClass[id] ]
This means either id is larger than ZombieClass upper-bound or ZombieClass[id] is larger than CLASSES upper-bound. I assume the latter. Show the definition for both arrays and where they are assigned values. |
Re: Getting error in server console
This ?:
PHP Code:
|
Re: Getting error in server console
Show where ZombieClass[ id ] is assigned a value and make sure id is a value (1-32) player id.
|
Re: Getting error in server console
Quote:
Quote:
|
Re: Getting error in server console
Show the full code.
The error will be near a line with set_task(). |
Re: Getting error in server console
Quote:
|
Re: Getting error in server console
Here set_task:
PHP Code:
|
| All times are GMT -4. The time now is 05:23. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.