how to declare array to save speed per lvl
I know its simple ... brain exploding.
new Float:speedlvl[33] I need to save 7 levels there like { 250.0, 270.0, .... etc } new Float:speedlvl[33][7] ?? |
Re: how to declare array to save speed per lvl
So for each player index you would like to have 7 levels and to use them like
Code:
If so, yes. |
Re: how to declare array to save speed per lvl
Quote:
PHP Code:
PHP Code:
|
| All times are GMT -4. The time now is 17:39. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.