Files
CasperV1FiveM/resources/[cfx-default]/[system]/hardcap/client.lua
2026-07-07 21:08:52 +02:00

11 lines
169 B
Lua

Citizen.CreateThread(function()
while true do
Wait(0)
if NetworkIsSessionStarted() then
TriggerServerEvent('hardcap:playerActivated')
return
end
end
end)