Skip to content

Commit

Permalink
Merge pull request #19 from Byte-Labs-Studio/main
Browse files Browse the repository at this point in the history
Update Sync
  • Loading branch information
SOH69 authored Aug 15, 2024
2 parents c84fdb1 + 35d1d61 commit 53df776
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
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.

0 comments on commit 53df776

Please sign in to comment.