Re: kac_allow in v1.2
Posted: Sat Aug 14, 2010 5:55 am
Sorted a no sockets version, thanks for the help, and thanks for the great plugin. Css is a better place due to your work 

Fullsteel wrote:Is there a way to edit the source and actually allow a certain person ourselves?
Code: Select all
if ( INVALID_ADMIN_ID == GetUserAdmin(client))
{
}
That would make it so that KAC only bans/kicks admins.lambda wrote:Fullsteel wrote:Is there a way to edit the source and actually allow a certain person ourselves?yes there is, just add
around the code that kicks/bans the userCode: Select all
if ( INVALID_ADMIN_ID != GetUserAdmin(client)) { }