Skip to content

Commit

Permalink
Merge pull request #215 from fishiidev/patch-1
Browse files Browse the repository at this point in the history
export to reloadSkin
  • Loading branch information
GhzGarage authored Sep 5, 2024
2 parents f800142 + f0d344e commit 05a0a73
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion client/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -970,6 +970,8 @@ local function reloadSkin(health)
SetEntityHealth(PlayerPedId(), health)
end
-- Exports
exports('reloadSkin', reloadSkin)

exports('IsCreatingCharacter', function()
return creatingCharacter
end)
Expand Down Expand Up @@ -1834,4 +1836,4 @@ function loadStores()
end
end)
end
end
end

0 comments on commit 05a0a73

Please sign in to comment.