add sborka
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
if SERVER then
|
||||
game.SetAmmoMax("rpg_round", 1)
|
||||
game.SetAmmoMax("PanzerFaust3 Rocket", 1)
|
||||
end
|
||||
2
garrysmod/gamemodes/militaryrp/gamemode/cl_init.lua
Normal file
2
garrysmod/gamemodes/militaryrp/gamemode/cl_init.lua
Normal file
@@ -0,0 +1,2 @@
|
||||
|
||||
DeriveGamemode("helix")
|
||||
9
garrysmod/gamemodes/militaryrp/gamemode/init.lua
Normal file
9
garrysmod/gamemodes/militaryrp/gamemode/init.lua
Normal 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
|
||||
Reference in New Issue
Block a user