Ok, thanks for answer.
But the problem is not fix.
I have this in "Cup.Script.txt" :
Code: Select all
#Setting S_WarmUpNb 1 as _("Number of warm up :")
#Setting S_WarmUpDuration 180 as _("Duration of one warm up :")
I have this in the matchsettings.txt file :
Code: Select all
<setting name="S_WarmUpNb" type="integer" value="1"/>
<setting name="S_WarmUpDuration" type="integer" value="180"/>
My server CUP is set to 3 round on a map before skipping and 1 warmup of 180s before each new map.
It seems that the warmup duration is good when i launch the server but after skipping the first map, the warmup duration is 8s !
Another thing ! You can also set these values in the "modescript_settings.xml" of uaseco !
Values are (for me) :
Code: Select all
<warm_up_number>1</warm_up_number>
<warm_up_duration>180</warm_up_duration>
Which file is the most important ?
Any idea ?