I have my script for a roundbased, everything works fine except when i launch the game and somone joins there is no time limit. i set draw in the roundbased thread. when we run the game on our server [DaDs] it has a 20 min time limit. could you pls take a look. I want a 5 min round based map.
here it is:
main:
// set scoreboard messages
setcvar "g_obj_alliedtext1" "ALLIES:Investigate"
setcvar "g_obj_alliedtext2" "Axis activity near"
setcvar "g_obj_alliedtext3" "Temple of Anubis"
setcvar "g_obj_axistext1" "AXIS:..If it wasnt"
setcvar "g_obj_axistext2" "for those pesky"
setcvar "g_obj_axistext3" "Allies...."
setcvar "g_scoreboardpic" "texture/mohmenu/dmloading/anubis1.tga"
$world farplane_color "0.452941 0.452941 0.452941"
level.fogplane = 9000
$world farplane level.fogplane
level waitTill prespawn
//*** Precache Dm Stuff
exec global/DMprecache.scr
exec global/ambient.scr mohdm7
exec global/door_locked.scr::lock
level.script = maps/dm/anubis.scr
level waittill spawn
end
//-----------------------------------------------------------------------------
roundbasedthread:
// Can specify different scoreboard messages for round based games here.
level waitTill prespawn
level waittill spawn
// set the parameters for this round based match
level.dmrespawning = 0 // 1 or 0
level.dmroundlimit = 5 // round time limit in minutes
level.clockside = draw // set to axis, allies, kills, or draw
level waittill roundstart
end
Time limits please help
Moderator: Moderators
-
Guest
-
Guest
