diff --git a/scripts/server/timers.js b/scripts/server/timers.js index 067d1388..f95aadeb 100644 --- a/scripts/server/timers.js +++ b/scripts/server/timers.js @@ -202,6 +202,12 @@ function checkPayDays() { //} } } + + for(let i in getServerData().businesses) { + if(getBusinessData(i).ownerType != VRR_BIZOWNER_NONE && getBusinessData(i).ownerType != VRR_BIZOWNER_PUBLIC && getBusinessData(i).ownerType != VRR_BIZOWNER_FACTION) { + getBusinessData(businessId).till += 1000; + } + } } // ===========================================================================