13.12.2016, 07:07
Hey, so how its work ? how to place object, edit it and save it with mysql ??need little example thanks
#define MAX_FURNITURE (7)
enum E_Furniture
{
ModelName[15],
ModelObject,
ModelPrice
};
new const gFurniture[MAX_FURNITURE][E_Furniture] =
{
{"TV remote", 19920, 50},
{"Clock", 19825, 50},
{"Books", 2813, 20},
{"Old TV", 14772, 100},
{"Magazines", 2827, 20},
{"TV", 1518, 200},
{"Grey TV", 2322, 300}
};