From 42b7c5e87c1d3c431055a1e53b33a88d24c3ca53 Mon Sep 17 00:00:00 2001 From: Lorenc Pekaj Date: Sun, 18 Nov 2018 20:56:28 +1100 Subject: [PATCH] increase gang vehicle limit, decrease gang vehicle spawn time to 3 min --- gamemodes/irresistible/cnr/features/gangs/gvehicles.pwn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gamemodes/irresistible/cnr/features/gangs/gvehicles.pwn b/gamemodes/irresistible/cnr/features/gangs/gvehicles.pwn index 88bf4fe..3e5c972 100644 --- a/gamemodes/irresistible/cnr/features/gangs/gvehicles.pwn +++ b/gamemodes/irresistible/cnr/features/gangs/gvehicles.pwn @@ -9,7 +9,7 @@ #include < YSI\y_hooks > /* ** Definitions ** */ -#define MAX_GANG_VEHICLES ( 5 ) +#define MAX_GANG_VEHICLES ( 10 ) #define DIALOG_GANG_VEHICLE_MENU 2399 #define DIALOG_GANG_VEHICLE_SPAWN 2400 @@ -26,7 +26,7 @@ /* ** Constants ** */ static const GANG_VEHICLE_PRICE_FACTOR = 4; -static const GANG_VEHICLE_SPAWN_COOLDOWN = 300; +static const GANG_VEHICLE_SPAWN_COOLDOWN = 180; /* ** Variables ** */ enum E_GANG_VEHICLE_DATA