Page 1 of 1

How to get weapon_pistol to spawn faster, Raise armor to 500

Posted: Sat Nov 27, 2010 8:59 am
by Dominic
Title says it all. I noticed in a lot of maps the weapons spawn withing a second or less in other maps. My map spawns weapons like normal hl2dm time which is terribly slow. Also, how do i set the armor limit to 500? Is there some sort of entity i use to change these?

Please help me, oh and I'm truly sorry if i missed a thread or post that tells you how to do these.

Re: How to get weapon_pistol to spawn faster, Raise armor to

Posted: Sat Nov 27, 2010 7:16 pm
by DisConnected
The command for having weapons and items respawn is something like: mp_hl2dm_weapon_respawn_time <number of seconds>. Item is the same thing, except replace "weapon" with item. I think it's something around those lines, mess around with it, it should come up.

Re: How to get weapon_pistol to spawn faster, Raise armor to

Posted: Sat Nov 27, 2010 7:19 pm
by Andrax17
actually its

Code: Select all

sv_hl2mp_item_respawn_time 
sv_hl2mp_weapon_respawn_time 
and then you just add the time after the command

Re: How to get weapon_pistol to spawn faster, Raise armor to

Posted: Sat Nov 27, 2010 7:25 pm
by Dominic
Thanks Disconnected, I was messing around with the command and found


sv_hl2mp_weapon_respawn_time 5
sv_hl2mp_weapon_respawn_time 2


Thanks for helping, and while a little late thanks to you too Andrax.