sfcnr/pawno/include/irresistible/cnr/cities.inc
Lorenc 94aaa471b2 gang turf improvements
new class selection
blackjack improvements
2018-04-13 14:50:25 +10:00

20 lines
389 B
PHP

/*
* Irresistible Gaming (c) 2018
* Developed by Lorenc Pekaj
* Module: cities.inc
* Purpose: definitions of cities
*/
/* ** Configuration ** */
#define ENABLE_CITY_LV true
#define ENABLE_CITY_LS true
/* ** Definitions ** */
#define MAX_CITIES 3
#define CITY_SF 0
#define CITY_LV 1
#define CITY_LS 2
#define CITY_DESERTS 3
#define CITY_COUNTRY 4