1
0
Fork 0
forked from Simnation/Main
Main/resources/[cfx-default]/[system]/hardcap/client.lua
2025-06-07 08:51:21 +02:00

11 lines
No EOL
169 B
Lua

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