Problem with array (its not a n00b question)
I have this
PHP Code:
PHP Code:
PHP Code:
Quote:
|
Re: Problem with array (its not a n00b question)
You're creating an array of strings. Each string in another array. 'static price' IS NOT an array, then you CANT assign an array of chars (a string) to it.
You should store the weapon prices as cells (no quotes in the values, and a single dimension ([] instead of [][]), then use %d instead of %s in client_print. |
Re: Problem with array (its not a n00b question)
Quote:
|
| All times are GMT -4. The time now is 01:41. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.