View Single Post
Airkish
AlliedModders Donor
Join Date: Apr 2016
Location: Lithuania
Old 12-10-2016 , 07:05   Re: Make this plugin admin only
Reply With Quote #5

A little mistake.
Change this
PHP Code:
if(!get_user_flags(id) && ADMIN_KICK
to
PHP Code:
if(!get_user_flags(id) & ADMIN_KICK
__________________
Airkish is offline