Page 1 of 1
del admin flagu
Posted: 2014 Apr 18 22:09
by xlkasas245
Sveiki noreciau savo serveriuose padaryti kad adminai tegaletu baninti max 1 dienai ir vis suku gal kaip tai padaryti nes kazka su flag'ais dariau bet neisejo gal kazkas yra dares kazka panasaus ir zino kaip ? (pas mane yrasytas amxbans 6.0.3)
Re: del admin flagu
Posted: 2014 Apr 18 22:48
by laimiukas3
xlkasas245 wrote:Sveiki noreciau savo serveriuose padaryti kad adminai tegaletu baninti max 1 dienai ir vis suku gal kaip tai padaryti nes kazka su flag'ais dariau bet neisejo gal kazkas yra dares kazka panasaus ir zino kaip ? (pas mane yrasytas amxbans 6.0.3)
taj tau nepavyksta per Banų priežasčių administracija statinis bano laikas tt ?:)
arba
// Flagtimes, like the bantimes below
amx_setflagtimes "1 d"
// Ban times for admins with d-flag, set the highest time in minutes they can ban with "amx_ban"
// IMPORTANT: Put the lowest value first and the highest value last. You can have 1 to 14 values
// "0 m" = permanent ban!
// Values you can use:
// 1 - 59 with the flag m is for minutes
// 1 - 23 with the flag h is for hours
// 1 - 6 with the flag d is for days
// The w flag is for weeks
// Example:
// "5 m" is 5 minutes
// "1 h" is 1 hour
// "1 d" is 1 day
// "1 w" is 1 week
amx_setlowbantimes "1 d"
// Ban times for admin with n-flag and d-flag
// IMPORTANT: Put the lowest value first and the highest value last. You can have 1 to 14 values
// "0 m" = permanent ban!
// Values you can use:
// 1 - 59 with the flag m is for minutes
// 1 - 23 with the flag h is for hours
// 1 - 6 with the flag d is for days
// The w flag is for weeks
//
// Example:
// "5 m" is 5 minutes
// "1 h" is 1 hour
// "1 d" is 1 day
// "1 w" is 1 week
amx_sethighbantimes "1 d"