05.03.2013, 17:42
I've got about 10 dynamic systems with 10 vars in each enum.
for example.
//====Defines====
#define MAX_LABELS 20
#define MAX_DOORS 50
#define MAX_INFOS 50
#define MAX_INTERIORS 100
#define MAX_BANKS 10
#define MAX_ATMS 50
#define MAX_GAS_STATIONS 20
#define MAX_HOUSES 100
#define MAX_FURNITURE 40
#define MAX_HOUSE_TRUNK 10
#define MAX_FOOD_STANDS 50
#define MAX_WEP_DROPS 200
//====Defines====
for example.
//====Defines====
#define MAX_LABELS 20
#define MAX_DOORS 50
#define MAX_INFOS 50
#define MAX_INTERIORS 100
#define MAX_BANKS 10
#define MAX_ATMS 50
#define MAX_GAS_STATIONS 20
#define MAX_HOUSES 100
#define MAX_FURNITURE 40
#define MAX_HOUSE_TRUNK 10
#define MAX_FOOD_STANDS 50
#define MAX_WEP_DROPS 200
//====Defines====