add sborka

This commit is contained in:
2026-03-31 10:27:04 +03:00
commit f5e5f56c84
2345 changed files with 382127 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
AddCSLuaFile("cl_init.lua")
DeriveGamemode("helix")
if SERVER then
-- Limit ammo for anti-tank rockets to 1
game.SetAmmoMax("rpg_round", 1)
game.SetAmmoMax("PanzerFaust3 Rocket", 1)
end