mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 02:01:31 +00:00
formatting(core): Format all
This commit is contained in:
@@ -12,8 +12,8 @@ local function TextUI(message, typ)
|
||||
end
|
||||
|
||||
local function HideUI()
|
||||
if not isShowing then return end
|
||||
isShowing = false
|
||||
if not isShowing then return end
|
||||
isShowing = false
|
||||
SendNUIMessage({
|
||||
action = 'hide'
|
||||
})
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
fx_version 'adamant'
|
||||
game 'gta5'
|
||||
author 'ESX-Framework'
|
||||
version '1.9.4'
|
||||
version '1.9.5'
|
||||
description 'ESX TextUI'
|
||||
lua54 'yes'
|
||||
client_scripts { 'TextUI.lua' }
|
||||
|
||||
Reference in New Issue
Block a user