94aaa471b2
new class selection blackjack improvements
16 lines
338 B
PHP
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 )
|