Good morning , how can I prevent players from the Server when they use VPN ? I want help , Because I don't wan't anyone to join with VPN , Thank you .
Event OnNewPlayerJoin( $userName ) # Player event
IF (GetPlayerVar($userName,"IPAdress") == "12.123.123.123") THEN
cmdLFS("/kick ".$userName);
ENDIF
EndEvent