Simple arrays problem
Fixed prob.
|
Re: Multi dimensional arrays problems.
Quote:
|
Re: Multi dimensional arrays problems.
I'll try, keep this post open though, reporting back in 5 minutes.
|
Re: Multi dimensional arrays problems.
still got no idea, im confused - totally...
How can i make the "title" go up by 1 when player levels up?: PHP Code:
Edit: Tried this, but didn't work: PHP Code:
Still seems not to work :o |
Re: Multi dimensional arrays problems.
new const TITLES[ ][ ]
|
Re: Simple arrays problem
Did your way, but got this:
Quote:
PHP Code:
|
Re: Simple arrays problem
Why you copy the whole value of the title, if you can just store it's index in the TITLES array?
Use your g_level array to index the titles: PHP Code:
|
Re: Simple arrays problem
As Seta said, there is no reason to save the actual Title string since it is static and is index by a value that is already saved.
|
Re: Simple arrays problem
damn, youre all right :\
How can i don't think of that o_0 |
Re: Simple arrays problem
Nice job deleting the post :roll:
|
| All times are GMT -4. The time now is 08:42. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.