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

3 lines
99 B
Lua

RegisterNetEvent('vSync:toggle', function(boolean)
LocalPlayer.state.syncWeather = boolean
end)