mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-18 14:13:46 +03:00
Upload
This commit is contained in:
16
gamemodes/darkrp/schema/items/ammo/sh_sniperammo.lua
Normal file
16
gamemodes/darkrp/schema/items/ammo/sh_sniperammo.lua
Normal file
@@ -0,0 +1,16 @@
|
||||
--[[
|
||||
| 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/
|
||||
--]]
|
||||
|
||||
ITEM.name = "Sniper Ammo"
|
||||
ITEM.model = "models/items/sniper_round_box.mdl"
|
||||
ITEM.ammo = "sniperpenetratedround" -- type of the ammo
|
||||
ITEM.ammoAmount = 15 -- amount of the ammo
|
||||
ITEM.description = "A Box that contains %s of Sniper Ammo"
|
||||
ITEM.classes = {CLASS_EMP, CLASS_EOW}
|
||||
Reference in New Issue
Block a user