View Single Post
ecca
Sexy Santa
Join Date: Jan 2011
Old 02-11-2013 , 17:04   Re: Feature request to sourcebans 1.5
Reply With Quote #2

Since sourcebans just adds flags and immunity from their database into sourcemod you could use

Single admins:
PHP Code:
GetAdminImmunityLevel(AdminId:id); 
For groups if you use that:
PHP Code:
GetAdmGroupImmunityLevel(GroupId:gid); 
To get the admins immunity
__________________

Last edited by ecca; 02-11-2013 at 17:05.
ecca is offline