←  Pytania

AMXX.pl: Support AMX Mod X i SourceMod

»

przerobka czasu banowania

Locked

  • +
  • -
Uczicha's Photo Uczicha 24.10.2009

Witam przerobi mi to ktos na inny czas banowania ??
TO znaczy zeby bylo tak
5 min 1 godz 10 godzin 1 dzien 3 dni perm


// Example:
// "5 m" is 5 minutes
// "1 h" is 1 hour
// "1 d" is 1 day
// "1 w" is 1 week

amx_setlowbantimes "5 m" "30 m" "1 h" "8 h" "10 h" "1 d" "-1 m"

// 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 12 values
// The "-1 m" value is for flagging players, do not remove that!
// "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 "5 m" "1 h" "4 h" "10 h" "1 w" "0 m" "-1 m"
Quote

  • +
  • -
zer0.'s Photo zer0. 24.10.2009

Podmień na
amx_sethighbantimes "5 m" "1 h" "10 h" "1 d" "3 d" "-1 m"
Quote

  • +
  • -
Knopers's Photo Knopers 24.10.2009

Podmień na

amx_sethighbantimes "5 m" "1 h" "10 h" "1 d" "3 d" "-1 m"


Gość chciał jeszcze perma więc
amx_sethighbantimes "5 m" "1 h" "10 h" "1 d" "3 d" "0 m" "-1 m"
Quote

  • +
  • -
Uczicha's Photo Uczicha 25.10.2009

amx_sethighbantimes "5 m" "1 h" "10 h" "1 d" "3 d" "0 m" "-1 m"

dziala wielkie dzięki Pomoglo polecialo ;]
Mozna zamknac ;][/code]
Quote
Locked