2025-04-07 01:41:12 +00:00

9 lines
253 B
Lua

if GetResourceState('ox_core') ~= 'started' then return end
AddEventHandler('ox:playerLoaded', function()
TriggerEvent('xt-prison:client:onLoad')
end)
AddEventHandler('ox:playerLogout', function()
TriggerEvent('xt-prison:client:onUnload')
end)