13.02.2015, 20:28
Scripting way:
include lookup.inc
it will extract from lookupffs.com and check if it's home internet or not.
include lookup.inc
PHP Code:
public OnLookupComplete(playerid)
{
if(IsProxyUser(playerid))
{
SendClientMessage(playerid, red, "Sorry but we don't allow VPN!");
Kick(playerid);
}
}