hltv_kick

Post Reply
greenie
Full Member
Full Member
Posts: 1815
Joined: Sun Nov 21, 2021 4:55 pm
Jucator SA:MP ?: Nu
Nick:: greenie
Jucator CS ?: Nu

hltv_kick

Post by greenie »

This is my third plugin posted here, so please shoot


This plugin kicks illegal hltv connections to the server.
We had several incidents where a clan established a (0 seconds delayed) hltv connection to one of the servers during a war.
/*
hltvkick.sma


Depends on addons/amxmodx/configs/hltvallow.ini

Waits for new hltv connections from which he looks up the ip in hltvallow.ini
If the ip or part of it is not in hltvallow.ini, he kicks the connection

File format of hltvallow.ini:
;addons/amxmodx/configs/hltvallow.ini
127.0.0.1
85.196.80.
85.196.81.

Which means that connections of the following ip-addresses are allowed:
127.0.0.1
85.196.80.1 - 85.196.81.255

*/
get plugin
Post Reply

Return to “Server Management”