Const problem
Code:
new const i_NormalWeapon[][] = {"","weapon_mp5navy","weapon_ak47"} |
Re: Const problem
First of all, you're using Strings where you should use Integer values. And thats why it takes 49 only, as '1' is 49 in the ASCII representation.
PHP Code:
|
Re: Const problem
Quote:
Ok thank you! :) |
| All times are GMT -4. The time now is 13:13. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.