Addon Entry

Now supporting the newest garrysmods.org

New : UserScript to add a search button to any garrysmod.org download page Script Page Install It!

Mirrors

Mirror 1 - Show

Mirror 2 - Show

File: Weapon Spawner Entity
Version: 0
Garrysmod.org URL: http://www.garrysmod.org/downloads/?a=view&id=100675
Description: This entity chooses and spawns a random weapon from a table ( Which is VERY easy to add to and can be found in Weapon Spawner/lua/sent_weaponspawnpoint/init.lua )

Credits
Matt

It's in addon format.

To add more weapons to the table;
AddSpawnWeapon( weapon folder/class, weapon model, ammo given, ammo type )

Example;
AddSpawnWeapon( "weapon_crossbow", "models/weapons/w_crossbow.mdl", 4, "XBowBolt" )

Paste your code after the rest of these in
Weapon Spawner/lua/sent_weaponspawnpoint/init.lua

Image: Weapon