New table in the database.
#10

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,
boolStatus,
Text3DText3D
};
new ProductInfo[MAX_PRODUCT][pinfo];

Reply


Messages In This Thread
New table in the database. - by GuitarMan - 03.09.2015, 18:29
Re: New table in the database. - by bgedition - 03.09.2015, 18:34
Re: New table in the database. - by GuitarMan - 03.09.2015, 18:44
Re: New table in the database. - by ball - 03.09.2015, 18:44
Re: New table in the database. - by bgedition - 03.09.2015, 18:49
Re: New table in the database. - by GuitarMan - 03.09.2015, 19:05
Re: New table in the database. - by bgedition - 03.09.2015, 19:12
Re: New table in the database. - by GuitarMan - 03.09.2015, 19:14
Re: New table in the database. - by bgedition - 03.09.2015, 19:21
Re: New table in the database. - by GuitarMan - 03.09.2015, 19:34

Forum Jump:


Users browsing this thread: 1 Guest(s)