COD4 MP Respawn

Associate
Joined
9 Nov 2003
Posts
1,138
Location
Peterborough
Does anyone knwo how to get rid of the respawn time? we have a server we play on and for some reason the respawn is like 10 seconds and we want to get rid of it!
 
Associate
Joined
18 Oct 2002
Posts
1,585
Location
Staffordshire
It varies depending on the game mode you are playing.

There are some cvar settings you need to edit in your server.cfg file.

e.g. for TDM the setting would be somethng like:

set scr_war_playerrespawndelay 3

but don't set it to 0 - as it will just rest back to 10
 
Associate
OP
Joined
9 Nov 2003
Posts
1,138
Location
Peterborough
at the mo this is what we have and it is still respawing at 10 seconds
set scr_hardcore 1 // Sets hardcore mode

set scr_game_allowkillcam 1
set scr_game_spectatetype 0

set g_gametype dm

set scr_dm_playerspawndelay 1 // Player respawn delay.
set scr_dm_waverespawndelay 0 // Wave respawn delay.
 
Soldato
Joined
15 Jan 2004
Posts
14,199
Location
Hall
surely the bit after // does not matter
you had it labelled wrong.

set scr_dm_playerspawndelay 1 // Player spawn delay.
set scr_dm_playerrespawndelay 1 // Player respawn delay

set scr_dm_playerspawndelay is either 1 or 0, whether there is a delay
set scr_dm_playerrespawndelay is the length of the delay
 
Back
Top Bottom