alliedRespawnTime not working.


(mud) #1

I cant seem to change the respawn time on my map here is my arena script (stolen from battery).

{
map “one”
longname “Castle”
type “wolfmp wolfsw wolflms”
timelimit 30
axisRespawnTime 20
alliedRespawnTime 20
lmsbriefing “blahblah .”
mapposition_x 360
mapposition_y 100
}


(zl1corvette) #2

You need to change it in your mapname.script file, I am not sure if spawn values in the arena file do anything.


(mud) #3

I tried …

game_manager
{

spawn
{

	wm_axis_respawntime    10
	wm_allied_respawntime  10
	wm_set_round_timelimit 30
}

}

and it didnt work do i need other info?


(nUllSkillZ) #4

Do you have a “script_multiplayer”-entity with:


key: scriptname
value: game_manager

within your map?


(mud) #5

yes I do and it still doesnt work. :???:

edit: got it workin. had script file in wrong place.oops.