From 65cc786fa0617ccd685e2736eb734fa9d88d39a8 Mon Sep 17 00:00:00 2001 From: Lorenc Pekaj Date: Mon, 1 Oct 2018 14:25:54 +1000 Subject: [PATCH] error fix and update changelog --- gamemodes/irresistible/cnr/features/business/business.pwn | 2 +- scriptfiles/updates.txt | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/gamemodes/irresistible/cnr/features/business/business.pwn b/gamemodes/irresistible/cnr/features/business/business.pwn index d4f9f02..893c8c7 100644 --- a/gamemodes/irresistible/cnr/features/business/business.pwn +++ b/gamemodes/irresistible/cnr/features/business/business.pwn @@ -186,7 +186,7 @@ new g_isBusinessVehicle [ MAX_VEHICLES ] = { -1, ... }, g_businessVehicle [ MAX_BUSINESSES ] = { INVALID_VEHICLE_ID, ... }, bool: g_businessVehicleUnlocked [ MAX_BUSINESSES ] [ MAX_BIZ_VEH_MODELS char ], - Iterator: business < MAX_BUSINESSES >, + Iterator: business < MAX_BUSINESSES > //g_BusinessUpdateTickCount = 0 ; diff --git a/scriptfiles/updates.txt b/scriptfiles/updates.txt index 31ea433..8cb6d12 100644 --- a/scriptfiles/updates.txt +++ b/scriptfiles/updates.txt @@ -11,5 +11,7 @@ (/) If you successfully break your cuffs, you get immunity from being tazed for 10 seconds. (/) Default 20% success rate breaking cuffs... Increases with more police in the server. (/) Simplified "/cp" (alternatively, /settings) dialog. +(/) Business production requires you or your business associates to be online or it will pause. +(/) Business production time has been halved. (*) Fixed a potential ChuffSec issue with him being without a vehicle. (*) Adds pages to "/estate" due to a lot of listings. \ No newline at end of file