Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Sync #19

Merged
merged 10 commits into from
Aug 15, 2024
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Byte Labs - Appearance Menu
An advanced appearance menu for FiveM.

![preview](preview.png)

### You can see the preview of the appearance here [HERE](https://www.youtube.com/watch?v=CYUFJe7s8Xc)

Website: [Byte Labs](https://byte-labs.net)
Expand Down
7 changes: 3 additions & 4 deletions data/zones.lua
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,8 @@ local stores = {
}

local key = Config.openControl
local textUi = Config.textUi
local control = Config.openControl
local textui = exports.bl_bridge:textui()
local textUi = Config.textUi and exports.bl_bridge:textui()
local currentZone = nil
local sprites = {}

Expand Down Expand Up @@ -158,14 +157,14 @@ local function setupZones()
elseif currentZone.type == 'surgeon' then
displayText = "Surgeon"
end
textui.showTextUI(prefix .. displayText, 'left')
textUi.showTextUI(prefix .. displayText, 'left')
end
end

function point:onExit()
currentZone = nil
if textUi then
textui.hideTextUI()
textUi.hideTextUI()
end
end

Expand Down
2 changes: 1 addition & 1 deletion fxmanifest.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ game "gta5"
lua54 'yes'

author "Byte Labs"
version '1.1.2'
version '1.1.21'
description 'Customize your virtual persona with precision using the Byte Labs Appearance Menu'
repository 'https://github.com/Byte-Labs-Studio/bl_appearance'

Expand Down
Binary file added preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading