Death mach

hello everyone.

I have a question. in team death mach one reappears in 3 seconds as programmed. but when playing death mach, i can’t get it to respawn in 3 seconds or less, it respawns in 10 seconds. Do you know where I can download the respawn seconds?

and the other thing that I can’t activate is the points shop

// set showXP “100” // Show score XP on player kills
set shopXP “100” // Show $ gain instead of kill XP

@MAD_DAD I apologize in advance friend, I always write in English, I don’t know how I can go wrong in the previous post.

You know where I can download the reappearance

// DEATHMATCH
//******************************************************************************
set scr_dm_scorelimit 0
set scr_dm_timelimit 15
set scr_dm_roundlimit 1
set scr_dm_numlives 0
set scr_dm_playerrespawndelay 0
set scr_dm_waverespawndelay 0

Team Death Match is recognized as “war”: Replace “dm” with “war”:

Example:

scr_war_numlives 0
scr_war_playerrespawndelay 1
scr_war_waverespawndelay 0

good luck.

OK, thanks for answering. but my problem is that in deathmach it takes a long time to reappear, in team deathmach I don’t have that problem

Oh ok. As you are running New Experience, the player will get an option to respawn if you choose to show killcam.

Respawn immediately: set scr_dm_playerrespawndelay -1
To enable killcam: set scr_game_allowkillcam "1"

Also, these go hand in hand and should both be set to 1…One shows XP and one converts what is shown to $ gain:

set showXP "1" // Show score XP on player kills
set shopXP "1" // Show $ gain instead of kill XP

good luck.