Upvote Upvoted 0 Downvote Downvoted
how can I set ban length for tf2 dedicated server?
posted in Q/A Help
1
#1
0 Frags +

so.. I am just curious...

is there any function to set ban length in the server or is there any plugin for this..??

so.. I am just curious...

is there any function to set ban length in the server or is there any plugin for this..??
2
#2
8 Frags +

SourceBans works great for me
I recommend SourceBans++ (fork of the official SourceBans 1.4.11)

SourceBans works great for me
I recommend [url=https://forums.alliedmods.net/showthread.php?t=263735]SourceBans++[/url] (fork of the official SourceBans 1.4.11)
3
#3
2 Frags +
oblaSourceBans works great for me
I recommend SourceBans++ (fork of the official SourceBans 1.4.11)

oh... that is interesting.. XD thanks for the tip!!

[quote=obla]SourceBans works great for me
I recommend [url=https://forums.alliedmods.net/showthread.php?t=263735]SourceBans++[/url] (fork of the official SourceBans 1.4.11)[/quote]

oh... that is interesting.. XD thanks for the tip!!
4
#4
0 Frags +
oblaSourceBans works great for me
I recommend SourceBans++ (fork of the official SourceBans 1.4.11)

I'm so sorry to say that... um.. is there another way to set ban length with out web server??

I am really new at web server.. and I've never made it before... ;;

[quote=obla]SourceBans works great for me
I recommend [url=https://forums.alliedmods.net/showthread.php?t=263735]SourceBans++[/url] (fork of the official SourceBans 1.4.11)[/quote]

I'm so sorry to say that... um.. is there another way to set ban length with out web server??

I am really new at web server.. and I've never made it before... ;;
5
#5
3 Frags +
majh0I'm so sorry to say that... um.. is there another way to set ban length with out web server??

I am really new at web server.. and I've never made it before... ;;
sm_ban <#userid|name> <minutes|0> [reason]

Should work using default basebans.smx of SourceMod

[quote=majh0]I'm so sorry to say that... um.. is there another way to set ban length with out web server??

I am really new at web server.. and I've never made it before... ;;[/quote]

[code]sm_ban <#userid|name> <minutes|0> [reason][/code]

Should work using default basebans.smx of SourceMod
6
#6
-1 Frags +
oblamajh0I'm so sorry to say that... um.. is there another way to set ban length with out web server??

I am really new at web server.. and I've never made it before... ;;
sm_ban <#userid|name> <minutes|0> [reason]

Should work using default basebans.smx of SourceMod

wow... there's a great command in Source Mod XD

thanks for all the tip in this thread!!! XD

[quote=obla][quote=majh0]I'm so sorry to say that... um.. is there another way to set ban length with out web server??

I am really new at web server.. and I've never made it before... ;;[/quote]

[code]sm_ban <#userid|name> <minutes|0> [reason][/code]

Should work using default basebans.smx of SourceMod[/quote]

wow... there's a great command in Source Mod XD

thanks for all the tip in this thread!!! XD
7
#7
3 Frags +
majh0wow... there's a great command in Source Mod XD

thanks for all the tip in this thread!!! XD

You're welcome :~)

[quote=majh0]wow... there's a great command in Source Mod XD

thanks for all the tip in this thread!!! XD[/quote]

You're welcome :~)
8
#8
serveme.tf
2 Frags +

You don't even need sourcemod for this:

banid
Usage:  banid < minutes > < userid | uniqueid > { kick }
Use 0 minutes for permanent

and

addip
Usage:  addip < minutes > < ipaddress >
Use 0 minutes for permanent
You don't even need sourcemod for this:

[code]banid
Usage: banid < minutes > < userid | uniqueid > { kick }
Use 0 minutes for permanent[/code]

and

[code]addip
Usage: addip < minutes > < ipaddress >
Use 0 minutes for permanent[/code]
9
#9
0 Frags +
ArieYou don't even need sourcemod for this:
banid
Usage:  banid < minutes > < userid | uniqueid > { kick }
Use 0 minutes for permanent

and
addip
Usage:  addip < minutes > < ipaddress >
Use 0 minutes for permanent

do I need to write this command on banned_user.cfg??
does my server have to be turn on all the time..??

[quote=Arie]You don't even need sourcemod for this:

[code]banid
Usage: banid < minutes > < userid | uniqueid > { kick }
Use 0 minutes for permanent[/code]

and

[code]addip
Usage: addip < minutes > < ipaddress >
Use 0 minutes for permanent[/code][/quote]

do I need to write this command on banned_user.cfg??
does my server have to be turn on all the time..??
10
#10
serveme.tf
2 Frags +
majh0ArieYou don't even need sourcemod for this:
banid
Usage:  banid < minutes > < userid | uniqueid > { kick }
Use 0 minutes for permanent

and
addip
Usage:  addip < minutes > < ipaddress >
Use 0 minutes for permanent

do I need to write this command on banned_user.cfg??
does my server have to be turn on all the time..??

You can make these bans permanent by writing them to their config files, the banned id's with 'writeid' and the banned ip's with 'writeip'

"writeip"
 - Save the ban list to banned_ip.cfg.
"writeid"
 - Writes a list of permanently-banned user IDs to banned_user.cfg.
[quote=majh0][quote=Arie]You don't even need sourcemod for this:

[code]banid
Usage: banid < minutes > < userid | uniqueid > { kick }
Use 0 minutes for permanent[/code]

and

[code]addip
Usage: addip < minutes > < ipaddress >
Use 0 minutes for permanent[/code][/quote]

do I need to write this command on banned_user.cfg??
does my server have to be turn on all the time..??[/quote]

You can make these bans permanent by writing them to their config files, the banned id's with 'writeid' and the banned ip's with 'writeip'

[code]"writeip"
- Save the ban list to banned_ip.cfg.
"writeid"
- Writes a list of permanently-banned user IDs to banned_user.cfg.[/code]
11
#11
0 Frags +
Ariemajh0ArieYou don't even need sourcemod for this:
banid
Usage:  banid < minutes > < userid | uniqueid > { kick }
Use 0 minutes for permanent

and
addip
Usage:  addip < minutes > < ipaddress >
Use 0 minutes for permanent

do I need to write this command on banned_user.cfg??
does my server have to be turn on all the time..??

You can make these bans permanent by writing them to their config files, the banned id's with 'writeid' and the banned ip's with 'writeip'
"writeip"
 - Save the ban list to banned_ip.cfg.
"writeid"
 - Writes a list of permanently-banned user IDs to banned_user.cfg.

ah.. I see :) thanks for the tip!! :D

[quote=Arie][quote=majh0][quote=Arie]You don't even need sourcemod for this:

[code]banid
Usage: banid < minutes > < userid | uniqueid > { kick }
Use 0 minutes for permanent[/code]

and

[code]addip
Usage: addip < minutes > < ipaddress >
Use 0 minutes for permanent[/code][/quote]

do I need to write this command on banned_user.cfg??
does my server have to be turn on all the time..??[/quote]

You can make these bans permanent by writing them to their config files, the banned id's with 'writeid' and the banned ip's with 'writeip'

[code]"writeip"
- Save the ban list to banned_ip.cfg.
"writeid"
- Writes a list of permanently-banned user IDs to banned_user.cfg.[/code][/quote]

ah.. I see :) thanks for the tip!! :D
Please sign in through STEAM to post a comment.