Changelog
Last updated
Was this helpful?
Last updated
Was this helpful?
🤿 Core Update:
codem-appearance Integration: Updated the system to support codem-appearance for managing player character appearance.
Changelog:
DefaultSpawn and LastLocation Functions Added: Issues with directing players to the default spawn point for those not using the spawn selector have been resolved.
Removed Previous Version Check: The previous version check mechanism has been removed. It has been replaced with the new version checking system.
Date: 08.09.2024
🤿 Core Update:
Unified Script Compatibility: With , all uz scripts are now seamlessly compatible with your swerver.
Multi-language Support: Newly added languages include English (en), French (fr), Spanish (es), German (de), and Turkish (tr).
Changelog:
Framework Customization: Automatically detect the framework with detectFramework()
. Supports QBCore, ESX.
SQL Integration: Choose between oxmysql
, ghmattimysql
, mysql-async
, or let the system auto-select with nil
.
Local Settings: Available locales are now en, fr, es, de, tr.
Inventory Systems: Automatically detect inventory type with detectInventory()
Appearance Modules: Detect skin management system with detectApparance()
Files Changed:
All Files
Customize.lua
Update:
✈️ Logout: Allows the player to log out from the character.
📊 Setchar: Allows you to change the max character slots.
Changelog:
Command = {
['logout'] = {
Permission = 'admin',
Command = 'logout',
Text = 'Logout (Admin Only)',
Description = {}
},
['setchar'] = {
Permission = 'admin',
Command = 'logout',
Text = 'Set Character Slots',
Description = {
{name='Owner', help='CitizenID or License'},
{name='Slot', help='New Max Slot'}
}
}
}
Files Changed:
All Files
Customize.lua
Update:
🛠️ CustomUIFunction: Now added! This feature lets you disable the display of your HUD script if needed.
🧵 SkinSql: Added to ensure compatibility with clothing scripts that we don't currently support.
🖼️ Custom Image: You can now change the photos in character selection from the resources/img folder.
🗃️ Fixes: We've reorganized the code structure (spawn and create) and added a skip create ped option to prevent issues in case of SQL corruption.
Files Changed:
All Files
Customize.lua
Update:
👗 Compatibility for tgiann-clothing has been added
Files Changed:
All Files
Customize.lua
Update:
👗 Fix: Issues with illenium-appearance have been resolved