ConTrab Kick Allbots

5 replies [Last post]
(*WASP*SH▲DOWKNIGHT)
Site administrator
haxxus's picture
Offline
Joined: May 2007
Posts:
US United States

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 ?

(*WASP*SH▲DOWKNIGHT)
Site administrator
haxxus's picture
Offline
Joined: May 2007
Posts:
US United States
Re: ConTrab Kick Allbots

If i add /kick allbots on the rotation itself the server crashes when it rotates

GG
GG's picture
Offline
Joined: Apr 2009
Posts:
Re: ConTrab Kick Allbots
JIVA wrote:

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

✽ ✾ ✿ ❀ ❁ ❃ ❋
¡Adiós!
\'o♥o'/

.:Green:.-=Girl=-

(*WASP*SH▲DOWKNIGHT)
Site administrator
haxxus's picture
Offline
Joined: May 2007
Posts:
US United States
Re: ConTrab Kick Allbots

I tried everything without luck, had to do something different thanks anyways .