lr_boilerplate/client/bridge.lua

9 lines
194 B
Lua
Raw Permalink Normal View History

2024-02-28 16:16:08 +07:00
function GetJob()
if Config.Framework == 'ProjectStarboy' then
return Framework.PlayerData.job
end
if Config.Framework == "esx" then
return Framework.GetPlayerData().job
end
end