Thread: AntiDLL
View Single Post
eyal282
Veteran Member
Join Date: Aug 2011
Old 05-30-2022 , 10:22   Re: AntiDLL
Reply With Quote #38

https://github.com/eyal282/SQLite-Ba.../SQLiteBans.sp

Can you support this? It's meant to support the normal BanClient with slight edits:

BanClient(client, blocking_time, BANFLAG_AUTO, message);

-->

BanClient(client, blocking_time, BANFLAG_AUTO|BANFLAG_NOKICK, message, "dummy_value", "antidll")

// Client still in game? SQLiteBans is not installed and we need to kick him ourselves.
if(!IsClientInKickQueue(client))
{
KickClient(client, message);
}
__________________
I am available to make plugins for pay.

Discord: Eyal282#1334

Last edited by eyal282; 05-30-2022 at 10:32.
eyal282 is offline