Quote:
Originally Posted by FunnyBear
pawn Код:
enum fdata { fRanks, fName,//you still need to add a comma even it its the last one }; //you forgot the semi colon new FractionInfo[MAX_FACTIONS][fdata];
Try that! Fixed it for you, and added a few notes
|
not true you dont need to add a comma when its the last one