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..??
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)
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!!
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... ;;
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
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
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 :~)
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]
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..??
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]
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