Petbark Posted September 25, 2012 Share Posted September 25, 2012 Is it possible to define kick times. As far as I am aware !kick is for only 2minutes but in some case it would be good to kick some one for longer. Example !kick 5 1h (would kick slot five for 1 hour) Quote Link to comment Share on other sites More sharing options...
Management gaoesa Posted September 25, 2012 Management Share Posted September 25, 2012 I would use ban for that. But with kicks the only way to get different times is the g_autoTempBanTime cvar. If necessary, you could make a custom command that would first edit this value, then kick the player in the given parameter and after that restore the value to the server default. EDIT:Something like this set g_autoTempBanTime 1800; kick [1?]; set g_autoTempBanTime 120; I haven't tried to make anything lke that so it may need some adjusting. Also, the ? will only work with names and not with slots. Quote Link to comment Share on other sites More sharing options...
Management hellreturn Posted September 27, 2012 Management Share Posted September 27, 2012 I would use ban for that. I would also suggest same one. Don't worry if you see shrubbot getting bigger or anything. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.