Files
xhud/server/seatbelt.lua
2026-02-15 18:47:56 +01:00

4 lines
121 B
Lua

if GetConvar('hud:seatbelt', 'false') == 'true' then
SetConvarReplicated('game_enableFlyThroughWindscreen', 'true')
end