21.12.2010, 13:54
Hey guys, 
So far i got this script:
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!

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));
}
Thankx!

