Quote: "I was actually going to do that, the only problem is, when the player dies in arena mode, he loses all the guns he has except the gun that was set to him. So then they would have to go all the way around the map just to find their knifes. "
...assign this script to any weapons that you want your players to have instantly, whenever they start the level or respawn:
;Artificial Intelligence Script:::::::::::::::::::::
;original script by TGC
;script edit by Seth Black
desc = Mondo Weapon Pickup
;Place weapon anywhere in level.
;When player spawns weapon will immediately and silently added to player's inventory.
;Player can immediately start level with multiple weapons via this method.
;Set individual reload and ammo quantities, to taste, through properties.
;Triggers
:state=0:state=1
:state=1,plrdistwithin=4000:state=2,playertake,coloff,rundecal=-1
;End of Script::::::::::::::::::::::::::::::::::::::
This script was intended for single player use, and you may need to tweak some portions of the code, or weapon pickup model properties, to suit your needs.