sfcnr/pawno/include/irresistible/features/gangs/gangs.inc

16 lines
338 B
PHP
Raw Normal View History

/*
* 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 )