mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-18 22:23:46 +03:00
22 lines
474 B
Lua
22 lines
474 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/
|
|
--]]
|
|
|
|
-- Pistol ammo override
|
|
|
|
AddCSLuaFile()
|
|
|
|
ENT.Type = "anim"
|
|
ENT.Base = "base_ammo_ttt"
|
|
ENT.AmmoType = "Pistol"
|
|
ENT.AmmoAmount = 20
|
|
ENT.AmmoMax = 60
|
|
ENT.Model = Model("models/items/boxsrounds.mdl")
|
|
ENT.AutoSpawnable = true
|