mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-18 06:03:47 +03:00
22 lines
471 B
Lua
22 lines
471 B
Lua
--[[
|
|
| This file was obtained through the combined efforts
|
|
| of Madbluntz & Plymouth Antiquarian Society.
|
|
|
|
|
| Credits: lifestorm, Gregory Wayne Rossel JR.,
|
|
| Maloy, DrPepper10 @ RIP, Atle!
|
|
|
|
|
| Visit for more: https://plymouth.thetwilightzone.ru/
|
|
--]]
|
|
|
|
-- MAC10 ammo override
|
|
|
|
AddCSLuaFile()
|
|
|
|
ENT.Type = "anim"
|
|
ENT.Base = "base_ammo_ttt"
|
|
ENT.AmmoType = "SMG1"
|
|
ENT.AmmoAmount = 30
|
|
ENT.AmmoMax = 60
|
|
ENT.Model = Model("models/items/boxmrounds.mdl")
|
|
ENT.AutoSpawnable = true
|