Check IP when connect?
#1

Hey guys,

So far i got this script:

Код:
public OnFilterscriptInit()
{
	print("\n------------------------------");
	print("            Lolzzzz             ");
	print("------------------------------\n");
}

public OnPlayerConnect(playerid)
{
	new a[16];
	GetPlayerIp(playerid, a, sizeof(a));
}
How can I make it so it will kick the player when his IP is found on a .txt document on a website? What is/are the function(s) for this?

Thankx!
Reply


Messages In This Thread
Check IP when connect? - by Jantjuh - 21.12.2010, 13:54
Re: Check IP when connect? - by bestr32 - 05.03.2011, 20:05

Forum Jump:


Users browsing this thread: 1 Guest(s)