Changelog
Files Changed
Not every update requires replacing the entire folder. To avoid redoing your configs, use the option that applies
| Key | Meaning |
|---|---|
| Full Re-Download Required | Delete the old folder and replace it with the latest version. Reuse your config.lua unless told otherwise. |
| Update Specific Files | Only the files listed below need to be replaced. |
| Config Update Required | Your config.lua must be updated for this version. |
| Requires Auto SQL Enabled | Enable Config.AutoInsertSQL in config.lua to apply required database updates. |
Skipping Updates
If you’ve skipped previous updates, it’s recommended to update all files to avoid issues.
For example, if you're on v4.0.1, skipped v4.0.2, and are updating to v4.0.3, use the Full Download option.
Important Notice (cd_bridge dependency)
Since v1.1.0, cd_vipshop requires cd_bridge to work.
This improves compatibility and makes future updates easier.
v4.3.6
Released: May 8, 2026 Update Specific Filesbash
fxmanifest.lua
server/other/purchase_made.luaFixes
- Fixed an issue where a negative bank balance would cancel a purchase even when the bank cost was 0.
v4.3.5
Released: April 13, 2026 Update Specific Filesbash
fxmanifest.lua
server/rewards/vehicles.luaFixes
- Fixed random plate generation erroring when purchasing a vehicle.
v4.3.4
Released: 2026-02-16 Update Specific Filesbash
fxmanifest.lua
client/other/display_vehicles.lua
client/other/test_drive.lua
html (FULL FOLDER)Fixes
- Fixed issue where players could press G to test drive even when test drive was disabled in the config.
- Fixed issue where vehicle keys were not always removed, due to some vehicle key scripts requiring vehicle to be defined.
- Fixed plate input being covered by categories.
- Fixed notification going out of bounds.
v4.3.3
Released: 2026-02-09 Update Specific Filesbash
fxmanifest.lua
server/main/server.luaFixes
- Fixed /redeem not working correctly.
v4.3.2
Released: 2026-02-06 Update Specific Filesbash
fxmanifest.lua
client/other/test_drive.lua
server/main/server.luaChanges
- Vehicle keys are now removed after a test drive.
Fixes
- Fixed issues with the tebex purchase command.
v4.3.1
Released: 2026-02-04 Full Re-download RequiredAdded
- Added support for manually set air, boat, and car locations that work alongside randomization.
Changes
- Integrated with
cd_bridgefor easier future updates and improved stability.