Posts: 164
Threads: 64
Joined: Nov 2008
Reputation:
0
How can I ban somebody for a time?
Like
/ban [ID] [Time]
Posts: 554
Threads: 49
Joined: Feb 2007
I'm not sure, but i think, you have to use mysql for this...
Posts: 1,226
Threads: 25
Joined: Jul 2008
Reputation:
0
LoL, i think you can't you can simply remove the ban from the log.
Posts: 1,938
Threads: 16
Joined: Feb 2007
Reputation:
0
You can deny access to the server for a period of time. Like checking if the player's name or IP is in a certain file. You then kick him as long as the name is in the file. If the time is up, let a timer remove the name/IP from the file.
or set a timer that will initiate the rcon command 'unban ip' and 'reloadbans'. Which is also an option