Add a new access level flag 'v' for temporary bans (bug 3218, r=arkshine)
Former-commit-id: d09b92cf6c3ffa6ea82b4c4b005056e7875ee80f
This commit is contained in:
@ -54,6 +54,11 @@ amx_freq_imessage 180
|
||||
// Default values: 0 5 10 15 30 45 60
|
||||
amx_plmenu_bantimes 0 5 10 15 30 45 60
|
||||
|
||||
// Max temporary ban time (admins with ADMIN_BAN_TEMP access can't ban more than this time)
|
||||
// time in minutes, 60 is 1 hour, 120 is 2 hours, 1440 is 1 day, and 10080 is 1 week
|
||||
// Default value: 4320 aka 3 days
|
||||
amx_tempban_maxtime 4320
|
||||
|
||||
// Slap damage amounts for the main slap menu (amx_slapmenu)
|
||||
// Slay is automaticall inserted as the first option
|
||||
// Default values: 0 1 5
|
||||
|
Reference in New Issue
Block a user