error 052: multi-dimensional arrays must be fully initialized
#9

Quote:
Originally Posted by LocMax
Посмотреть сообщение
11 was supposed to be string size for it
If you want to add string size, use the enum method i explained. that will help.
just add MAX_ITEMS in []

Example:

PHP код:
enum itemInfo {  // enums used for the items
    
iname[256]
};
new 
ItemName[MAX_ITEMS][itemInfo] = { 
{
"Wood"}, 
{
"Stone"}, 
{
"Steel"}  //add your items name here
}; 
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 3 Guest(s)