03.01.2012, 04:26
Exelent men, im gonna use this
public OnPlayerConnect(playerid) // You are connecting to your server, and your IP is 127.0.0.1
{
print(GetPlayerHost(playerid)); // This will print "localhost" in the console output
return 1;
}
C:\Users\Terminator\Documenti 2\gta\samp03dsvr_R2_win32\filterscripts\banhost.pwn(11) : error 035: argument type mismatch (argument 1)
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Error.