From f0d344eef2e60f2097dd9ba5bffef6f6d63244c1 Mon Sep 17 00:00:00 2001 From: elfishii <85807354+fishiidev@users.noreply.github.com> Date: Thu, 2 May 2024 02:26:04 -0700 Subject: [PATCH] Update main.lua --- client/main.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/client/main.lua b/client/main.lua index 104a0fc1..82f1ce47 100644 --- a/client/main.lua +++ b/client/main.lua @@ -970,6 +970,8 @@ local function reloadSkin(health) SetEntityHealth(PlayerPedId(), health) end -- Exports +exports('reloadSkin', reloadSkin) + exports('IsCreatingCharacter', function() return creatingCharacter end) @@ -1834,4 +1836,4 @@ function loadStores() end end) end -end \ No newline at end of file +end