01.08.2014, 16:44
Hello how to block player's IP with This callback :
Example i want block this ip : 108.81.81.81 !
Help me please
pawn Код:
public OnIncomingConnection(playerid, ip_address[], port)
{
printf("Incoming connection for player ID %i [IP/port: %s:%i]", playerid, ip_address, port);
return 1;
}
Help me please