
kac_allow in v1.2
Re: kac_allow in v1.2
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
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))
{
}
Last edited by lambda on Mon Oct 04, 2010 9:08 pm, edited 2 times in total.
-
- Site Admin
- Posts: 1496
- Joined: Sat Jun 07, 2008 11:08 am
- Location: Right behind you....
- Contact:
Re: kac_allow in v1.2
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)) { }
