error compile
why i can't compile this sma?
|
Re: error compile
As the error says, if you initialize a variable at a set size and are setting a default value, you must set a value for every slot, or make the size smaller.
Here you are sizing both at 11, but only setting 8 values. So you can either change those 11's to 8's, or add 3 more values to each array. PHP Code:
|
Re: error compile
can u fix it for me? :D i'm newbie
|
Re: error compile
I told you what to do, change both 11's to 8's.
Code:
#define GROUPS_NAME 11 |
Re: error compile
Quote:
|
Re: error compile
@Bugsy
why it don't show in a motd? :| it's working but not showing on a motd, it's like this now, and i want the text to be yellow not red :D http://i.imgur.com/XHFM1um.png |
Re: error compile
What's not showing?
|
Re: error compile
Quote:
|
| All times are GMT -4. The time now is 18:10. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.