View Single Post
fron
Junior Member
Join Date: Apr 2012
Location: Earth
Old 04-22-2012 , 12:20   Re: [Any] Limit Ban Duration v1.0.1 (Updated: 4/21/12)
Reply With Quote #13

Can be done on this type?
PHP Code:
if(bantime 10080 && !(CheckCommandAccess(client"sm_ban"ADMFLAG_BAN)))
{
    
ReplyToCommand(client"You don't have permissions to ban over a week!");
    return 
Plugin_Handled;

You can not ban more than 10080 minutes and including permanent.
And so the ban was superimposed on sm_menu, console and !ban chat command.
fron is offline