Misc: Add CSGO content.

Fuckin had to recreate the weapons.txt. Yikers (Still gotta do `ammotype`.)
This commit is contained in:
2019-03-09 12:39:25 +01:00
parent e3e06792c5
commit c5bcfa65a8
47 changed files with 7749 additions and 0 deletions

View File

@ -0,0 +1,4 @@
// Place this in cfg/sourcemod/zombiereloaded to use it.
// Enable a random mode in cs_italy.
exec sourcemod/zombiereloaded/randommode.cfg

View File

@ -0,0 +1,4 @@
// Place this in cfg/sourcemod/zombiereloaded to use it.
// Use swarm mode in de_dust.
exec sourcemod/zombiereloaded/swarm.cfg

View File

@ -0,0 +1,5 @@
// Place this in cfg/sourcemod/zombiereloaded to use it.
// Use swarm mode in de_dust. Swarm mode also has a post map config that must
// be executed.
exec sourcemod/zombiereloaded/swarm.post.cfg

View File

@ -0,0 +1,4 @@
// Place this in cfg/sourcemod/zombiereloaded to use it.
// Use nemesis mode in de_dust2.
exec sourcemod/zombiereloaded/nemesis.cfg