mirror of
https://github.com/lifestorm/wnsrc.git
synced 2025-12-17 05:43:46 +03:00
Upload
This commit is contained in:
6
gamemodes/helix/gamemode/items/ammo/sh_357ammo.txt
Normal file
6
gamemodes/helix/gamemode/items/ammo/sh_357ammo.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
ITEM.name = ".357 Ammo"
|
||||
ITEM.model = "models/items/357ammo.mdl"
|
||||
ITEM.ammo = "357" -- type of the ammo
|
||||
ITEM.ammoAmount = 12 -- amount of the ammo
|
||||
ITEM.description = "A Box that contains %s of .357 Ammo"
|
||||
ITEM.price = 10
|
||||
5
gamemodes/helix/gamemode/items/ammo/sh_ar2ammo.txt
Normal file
5
gamemodes/helix/gamemode/items/ammo/sh_ar2ammo.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
ITEM.name = "AR2 Cartridge"
|
||||
ITEM.model = "models/Items/combine_rifle_cartridge01.mdl"
|
||||
ITEM.ammo = "ar2" -- type of the ammo
|
||||
ITEM.ammoAmount = 30 -- amount of the ammo
|
||||
ITEM.description = "A Cartridge that contains %s of AR2 Ammo"
|
||||
5
gamemodes/helix/gamemode/items/ammo/sh_crossbowammo.txt
Normal file
5
gamemodes/helix/gamemode/items/ammo/sh_crossbowammo.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
ITEM.name = "Crossbow Bolts"
|
||||
ITEM.model = "models/Items/BoxBuckshot.mdl"
|
||||
ITEM.ammo = "XBowRounds" -- type of the ammo
|
||||
ITEM.ammoAmount = 5 -- amount of the ammo
|
||||
ITEM.description = "A Bundle of %s Crossbow Bolts"
|
||||
5
gamemodes/helix/gamemode/items/ammo/sh_pistolammo.txt
Normal file
5
gamemodes/helix/gamemode/items/ammo/sh_pistolammo.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
ITEM.name = "Pistol Ammo"
|
||||
ITEM.model = "models/items/357ammo.mdl"
|
||||
ITEM.ammo = "pistol" -- type of the ammo
|
||||
ITEM.ammoAmount = 30 -- amount of the ammo
|
||||
ITEM.description = "A Box that contains %s of Pistol Ammo"
|
||||
11
gamemodes/helix/gamemode/items/ammo/sh_rocketammo.txt
Normal file
11
gamemodes/helix/gamemode/items/ammo/sh_rocketammo.txt
Normal file
@@ -0,0 +1,11 @@
|
||||
ITEM.name = "A Rocket"
|
||||
ITEM.model = "models/weapons/w_missile_closed.mdl"
|
||||
ITEM.ammo = "rpg_round" -- type of the ammo
|
||||
ITEM.ammoAmount = 1 -- amount of the ammo
|
||||
ITEM.width = 2
|
||||
ITEM.description = "A Package of %s Rockets"
|
||||
ITEM.iconCam = {
|
||||
ang = Angle(-0.70499622821808, 268.25439453125, 0),
|
||||
fov = 12.085652091515,
|
||||
pos = Vector(7, 200, -2)
|
||||
}
|
||||
5
gamemodes/helix/gamemode/items/ammo/sh_shotgunammo.txt
Normal file
5
gamemodes/helix/gamemode/items/ammo/sh_shotgunammo.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
ITEM.name = "Shotgun Shells"
|
||||
ITEM.model = "models/Items/BoxBuckshot.mdl"
|
||||
ITEM.ammo = "buckshot" -- type of the ammo
|
||||
ITEM.ammoAmount = 15 -- amount of the ammo
|
||||
ITEM.description = "A Box of %s Shotgun Shells"
|
||||
5
gamemodes/helix/gamemode/items/ammo/sh_smg1ammo.txt
Normal file
5
gamemodes/helix/gamemode/items/ammo/sh_smg1ammo.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
ITEM.name = "Sub Machine Gun Ammo"
|
||||
ITEM.model = "models/Items/BoxSRounds.mdl"
|
||||
ITEM.ammo = "smg1" -- type of the ammo
|
||||
ITEM.ammoAmount = 45 -- amount of the ammo
|
||||
ITEM.description = "A Box that contains %s of SMG Ammo"
|
||||
Reference in New Issue
Block a user