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

16 lines
338 B
PHP

/*
* Irresistible Gaming (c) 2018
* Developed by Lorenc Pekaj
* Module: gangs.inc
* Purpose: gang system
*/
/* ** Includes ** */
// #include < YSI\y_hooks >
/* ** Definitions ** */
#define MAX_GANGS ( MAX_PLAYERS ) // safest is MAX_PLAYERS
#define INVALID_GANG_ID ( -1 )
#define MAX_COLEADERS ( 3 )