Page 1 of 1

{ HELP }stopping rounds for gun game and random spawn points

PostPosted: Wed Feb 23, 2011 4:43 pm
by avizeke
Hey all

i want to make my gungame good because i will be doing 5x 40 slot servers for gungame but i will need some help. i installed it so happy about that and its loaded but there are some moniors i need a hand with.

i would like to know how to basically stop rounds in the game. so that there is no rounds at all, that way you respawn like straight away.

i would also like to know how to make people spawn at random points ( is this a map thing or ).


i would appreciate some helpfull advise for a noob here, thanks guys

PostPosted: Mon Mar 07, 2011 4:06 pm
by satoon101
Sorry, I missed this thread when I was on vacation.

For random spawn points, you'll want to enable gg_random_spawn, and use gg_spawnpoints to create the spawnpoints for each map that is in your rotation. If you need more help on this, please just ask.

As for having no rounds, you will want to enable gg_deathmatch. You will also want to set a couple of cvars to ensure that they don't cause things to end either:
mp_fraglimit 0
mp_ignore_round_win_conditions 1
mp_roundtime 0
mp_timelimit 0
There might be more, but that's all I can think of.

Satoon