ConTrab Kick Allbots
I got a server running with 5 minutes timelimit and I got contrab
*/5 * * * * /kick allbots
But is kicking random sooner then 5 minutes...
I'm calling the contrab from rotation ( maybe this is the problem ? )
if ( activeClients() <= 1 ) {
// Training Maps
skeetrip {
$timelimit = 5;
$fraglimit = 50;
$g_gametype = 4;
/set xp_crontab "crontab.txt
/set g_teamAutoJoin "0"
/addbot Gauntlet 5 r 24 ^1KillMe
/addbot Gauntlet 5 r 135 ^2AimRight
/addbot Gauntlet 5 r 60 ^3YouSuck
/addbot Gauntlet 5 r 43 ^4Booooooo
/addbot Gauntlet 5 r 98 ^5Breath...
/addbot Gauntlet 5 r 18 ^6Miss!
}
}
then i got a few if else commands .
I know I had this work years ago but I forgot how .. I think I had the bots kicked at beginning of map .. Someone knows a solution ?
start with minimalistic config by one command and see if ok or error
then write two commands etc
jiva speaks true, this way is kinda tracing, just follow it. also check syntax like closing doublequotes etc and break apart commands through the appropriate files calling them by names to avoid huge mixes
If i add /kick allbots on the rotation itself the server crashes when it rotates