03.09.2015, 19:34
I checked my code. All the other enums has smicolons.
Quote:
|
enum aInfo { id, aText[128], aName[MAX_PLAYER_NAME], aPhone, }; new AdvertInfo[MAX_ADVERT][2][aInfo]; #define MAX_RANK 5 enum e_RaceRanking { place, name, time, date }; new ranking[MAX_RANK][e_RaceRanking]; #define MAX_PRODUCT 100 enum pinfo { id, pName[MAX_PLAYER_NAME], pBizzid, pPrice, pTill, bool Status,Text3D Text3D}; new ProductInfo[MAX_PRODUCT][pinfo]; |


Status,