This commit is contained in:
2026-02-15 18:47:56 +01:00
commit 596d70e72f
19 changed files with 1099 additions and 0 deletions

3
server/seatbelt.lua Normal file
View File

@@ -0,0 +1,3 @@
if GetConvar('hud:seatbelt', 'false') == 'true' then
SetConvarReplicated('game_enableFlyThroughWindscreen', 'true')
end