Index out of Bounds
Hello,
So my problem is as following: PHP Code:
PHP Code:
It has the following arrays: PHP Code:
*Note: I am trying to build a new customized Diablo mod and have deleted a few races. The problem occured after deleting them. I thought I was doing it the correct way as I also know how to add them I thought it would be the exact opossosit. |
Re: Index out of Bounds
Why "new player_class_lvl[33][5]" ?
It should be player_class[ 33 ][ 5 ] And what is the 18 of new Race[ 5 ][ 18 ] ? |
Re: Index out of Bounds
Oh I'm sorry, I posted the wrong one I will just post the ones relayed to it.
PHP Code:
|
Re: Index out of Bounds
You should remake the plugin from 0.
For example, you can do something like that : Code:
If you want XP per class, you need to use another way. See New XP Mod Tutorial (or something like that) in Tut/Snippets section. |
| All times are GMT -4. The time now is 11:49. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.