Error: Must be assigned to an array
PHP Code:
what is the problem? |
Re: Error: Must be assigned to an array
weapon lvls are strings...
Code:
static lvls[2]or remove the "" and one [] from the initial array and place 0 where you don't want a level |
Re: Error: Must be assigned to an array
PHP Code:
|
Re: Error: Must be assigned to an array
Try it out :D
|
Re: Error: Must be assigned to an array
Why use a string to store integers?
|
Re: Error: Must be assigned to an array
no, the const in your first post with the rest of the code in your later post will work, but those are strings, you should do it like this:
PHP Code:
|
Re: Error: Must be assigned to an array
thanks Hunter-Digital for the help, works great!!!
|
| All times are GMT -4. The time now is 13:57. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.