UZStore
StoreYoutubeDiscord
  • 👋Welcome to UZStore
  • 📞INFORMATION
    • ⭐Discord Customer Role
    • ❔How can I download the files?
    • 🖥️Supported Resolutions
    • 🛠️Tebex Integration
    • 📝Updates
      • 🧙‍♂️UZCore
      • 🚧Trygon Garage
      • 🏆〡Trygon Hud V2.5
      • 🎁 Daily reward
      • 🌎〡Spawn Selector
      • 🤖〡Register
      • 🔧〡Trygon Mechanic
      • 🚗〡Trygon VehicleShop V2
    • 🧙‍♂️UZCore
  • 💯Taintless
    • ⏸️〡Pause Menu
      • How is it Customize ?
        • Player Details
        • Social/Online/Time
        • Custom Page
        • Announces
      • Changelog
        • v0.9.3
        • v0.9.4
        • v0.9.5
    • 💎〡Multicharacter
      • SQL Installation
      • Notification
      • Changelog
    • 🌎〡Spawn Selector
      • Customize
      • Changelog
        • v1.4.0
        • v1.5.0
    • 🌴〡Pure Hud
      • Customize
  • 👀Typhon
    • 🧙🏼〡Player List
      • Customize
    • 🤝〡Second Hand
      • Customize
      • Common errors and their solutions
    • 🎁〡Daily Reward
      • Customize
    • 📷〡Job Selector
      • Customize
  • 💚Trygon
    • 🏆〡Trygon Hud V2.5
      • SQL Installation
      • Common errors and their solutions
    • 🚧〡Trygon Garage
      • Customize
      • SQL Installation
    • 🎦〡Loadig Screen
      • Customize
    • 🎇〡Trygon Inventory
      • Customize
      • Exports
      • How is it installed ?
    • 🚗〡Trygon VehicleShop V2
      • Customize
      • Common errors and their solutions
    • 🤖〡Register
      • Customize
    • 🔧〡Trygon Mechanic
      • Customize
      • Common errors and their solutions
    • 🚛〡Jobs shipping
      • SQL Installation
Powered by GitBook
On this page

Was this helpful?

  1. Taintless
  2. 💎〡Multicharacter

Changelog

PreviousNotificationNext🌎〡Spawn Selector

Last updated 2 months ago

Was this helpful?

v1.6.5

🤿 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


v1.6.0

🤿 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()


v1.5.0 - Logout and setchar commands have been added

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:

🤿 Customize.lua
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'}
        }
    }
}


v1.4.0

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.


v1.3.0

Files Changed:

  • All Files

  • Customize.lua

Update:

  • 👗 Compatibility for tgiann-clothing has been added


v1.2.0

Files Changed:

  • All Files

  • Customize.lua

Update:

  • 👗 Fix: Issues with illenium-appearance have been resolved


v1.1.0

Files Changed:

  • All Files

  • Customize.lua

Update:

  • 🏠 Fix: The new character creation errors and joaat error for those not using qb-apartments have been fixed

uz_core
uz_core
💯
Page cover image