30.1.2025

Updates v1.7.0

  • The previously existing default inventory slot count and max weight settings are now consolidated under the config.slotsMaxWeights setting in the config.

  • Added config.vehicleClassSlotsMaxWeights and config.vehicleModelSlotsMaxWeight settings to adjust the slot and max weight for vehicles.

  • Added the config.disableClientOpenInventory setting. When set to true, events triggered from the client will not work.

  • Added the config.kickPlayerWhenHackingDetected setting. When set to true, the player will be kicked from the game during any inventory-related hacking attempts.

  • Added the config.autoEmote setting. When set to true, the player will automatically send an emote command when opening things like the trunk.

  • Added the config.itemStash setting. When you use an item added to this setting, a stash will open (can be used for bags, etc.).

  • Some minor security updates.

  • All config files have been made more organized and moved to different files according to the config. This way, you won’t have to reconfigure everything from scratch for future changes.

modified:   fxmanifest.lua
modified:   client/client.lua
modified:   client/dev.lua
modified:   client/editable.lua
modified:   configs/config.lua
modified:   configs/configAmmo.lua
modified:   configs/configDecayableItems.lua
modified:   configs/configMaxUseAmount.lua
modified:   configs/configRealisticArmor.lua
modified:   configs/configThrowableItems.lua
modified:   languages/en.lua
modified:   languages/tr.lua
modified:   server/clothe.lua
modified:   server/editable.lua
modified:   server/server.lua
new:        configs/configAntiSwimingItems.lua
new:        configs/configClotheBackpack.lua
new:        configs/configWeapon.lua
changed file name:    configs/attachmentConfig.lua > configs/configAttachment.lua
changed file name:    configs/attachmentNameConfig.lua > configs/configAttachmentName.lua
changed file name:    configs/carryItems.lua > configs/configCarryItems.lua
changed file name:    configs/filterConfig.lua > configs/configFilter.lua
changed file name:    configs/shopConfig.lua > configs/configShop.lua

Updates v1.7.1

  • Fixed an issue where admins couldn’t open their inventory after the latest update.

modified:   fxmanifest.lua (Version value has changed)
modified:   server/server.lua

Last updated