3 lines
99 B
Lua
Raw Normal View History

2025-04-07 01:41:12 +00:00
RegisterNetEvent('vSync:toggle', function(boolean)
LocalPlayer.state.syncWeather = boolean
end)