mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-04 16:23:21 +00:00
Delete TextUI.lua
This commit is contained in:
@@ -1,18 +0,0 @@
|
|||||||
local function TextUI(message, type)
|
|
||||||
SendNUIMessage({
|
|
||||||
action = 'show',
|
|
||||||
message = message or 'ESX-TextUI',
|
|
||||||
type = type or 'info'
|
|
||||||
})
|
|
||||||
end
|
|
||||||
|
|
||||||
local function HideUI()
|
|
||||||
SendNUIMessage({
|
|
||||||
action = 'hide'
|
|
||||||
})
|
|
||||||
end
|
|
||||||
|
|
||||||
exports('TextUI', TextUI)
|
|
||||||
exports('HideUI', HideUI)
|
|
||||||
RegisterNetEvent('ESX:TextUI', TextUI)
|
|
||||||
RegisterNetEvent('ESX:HideUI', HideUI)
|
|
||||||
Reference in New Issue
Block a user