[pawn]public OnPlayerConnect( playerid ) { gsString[ 0 ] = EOS; new connecting_ip[ 16 ] ; GetPlayerIp( playerid, connecting_ip, 16 ); if ( GetNumberOfPlayersOnThisIP( connecting_ip ) > MAX_CONNECTIONS_FROM_IP ) { format( gsString, 144, ">> Server-Security << :: IP Ban player '%s'. {FFFF00}Reason: Too many connections from this IP", PlayerName( playerid ) ); SendClientMessageToAll( COLOR_ULTRARED, gsString ); BanEx( playerid, "Bots Flood" ); return 1; } format( gsQuery, 512, "SELECT * FROM `Banlist` WHERE `IP` = '%s' OR `Name` = '%s'", connecting_ip, PlayerName( playerid ) ); mysql_query( gsQuery, THREAD_CHECK_BANS_LIST, playerid ); return 1; }[/pawn] Asta imi apare la OnePlayerConnect , fii mai explicit te rog .. sunt nou in lumea scripturilor Deci ... care este problema ? Si , cum o pot repara ?