mirror of
https://github.com/Michatec/xhud.git
synced 2026-04-01 16:06:27 +02:00
4 lines
121 B
Lua
4 lines
121 B
Lua
if GetConvar('hud:seatbelt', 'false') == 'true' then
|
|
SetConvarReplicated('game_enableFlyThroughWindscreen', 'true')
|
|
end
|