Page 2 of 2

Re: kac_allow in v1.2

Posted: Sat Aug 14, 2010 5:55 am
by mechanic^
Sorted a no sockets version, thanks for the help, and thanks for the great plugin. Css is a better place due to your work :)

Re: kac_allow in v1.2

Posted: Mon Oct 04, 2010 11:29 am
by lambda
Fullsteel wrote:Is there a way to edit the source and actually allow a certain person ourselves?
:mrgreen: yes there is, just add

Code: Select all

if ( INVALID_ADMIN_ID == GetUserAdmin(client))
{
}
around the code that kicks/bans the user

Re: kac_allow in v1.2

Posted: Mon Oct 04, 2010 7:05 pm
by Kigen
lambda wrote:
Fullsteel wrote:Is there a way to edit the source and actually allow a certain person ourselves?
:mrgreen: yes there is, just add

Code: Select all

if ( INVALID_ADMIN_ID != GetUserAdmin(client))
{
}
around the code that kicks/bans the user
That would make it so that KAC only bans/kicks admins. :lol:

Re: kac_allow in v1.2

Posted: Mon Oct 04, 2010 9:07 pm
by lambda
:shock: omg srry i fail...