increase gang vehicle limit, decrease gang vehicle spawn time to 3 min
This commit is contained in:
parent
36fa43ff1e
commit
42b7c5e87c
@ -9,7 +9,7 @@
|
|||||||
#include < YSI\y_hooks >
|
#include < YSI\y_hooks >
|
||||||
|
|
||||||
/* ** Definitions ** */
|
/* ** Definitions ** */
|
||||||
#define MAX_GANG_VEHICLES ( 5 )
|
#define MAX_GANG_VEHICLES ( 10 )
|
||||||
|
|
||||||
#define DIALOG_GANG_VEHICLE_MENU 2399
|
#define DIALOG_GANG_VEHICLE_MENU 2399
|
||||||
#define DIALOG_GANG_VEHICLE_SPAWN 2400
|
#define DIALOG_GANG_VEHICLE_SPAWN 2400
|
||||||
@ -26,7 +26,7 @@
|
|||||||
|
|
||||||
/* ** Constants ** */
|
/* ** Constants ** */
|
||||||
static const GANG_VEHICLE_PRICE_FACTOR = 4;
|
static const GANG_VEHICLE_PRICE_FACTOR = 4;
|
||||||
static const GANG_VEHICLE_SPAWN_COOLDOWN = 300;
|
static const GANG_VEHICLE_SPAWN_COOLDOWN = 180;
|
||||||
|
|
||||||
/* ** Variables ** */
|
/* ** Variables ** */
|
||||||
enum E_GANG_VEHICLE_DATA
|
enum E_GANG_VEHICLE_DATA
|
||||||
|
Loading…
Reference in New Issue
Block a user