[AYUDA]Server lleno
#3

Quote:
Originally Posted by MrDeath
Посмотреть сообщение
Te estan conectando bots remotamente, seguro, dejame ver un segundo alguns scripts de NPC que trae SAMP a ver si veo como prohibir conexiones remotas.

EDIT:

Cуdigo:
pawn Код:
if ( IsPlayerNPC(playerid) )
{
    new
        IP[ 16 ]
        ;

    GetPlayerIp( playerid, IP, sizeof (IP) );
    if ( strcmp( IP, "127.0.0.1") )
    {
        Kick( playerid );
    }
}

EDIT 2: Va en OnPlayerConnect

EDIT 3: No hay edit 3 XD
Gracias MrDeath ahora veo si funciona

Edit: No mrDeath no funciona mira aca hay otra info aparecen asi los quй llenan el server


Код:
[00:35:43] Incoming connection: 201.250.186.219:3321
[00:35:43] Incoming connection: 201.250.186.219:3316
[00:35:43] Incoming connection: 189.250.139.217:11555
[00:35:44] Incoming connection: 79.148.78.182:4012
Son miles їno se puede aser nada con esto?
Reply


Messages In This Thread
[AYUDA]Server lleno - by pagaromx96 - 18.10.2010, 22:52
Respuesta: [AYUDA]Server lleno - by MrDeath537 - 18.10.2010, 23:48
Respuesta: [AYUDA]Server lleno - by pagaromx96 - 19.10.2010, 02:35
Respuesta: [AYUDA]Server lleno - by xenowort - 19.10.2010, 10:51
Re: [AYUDA]Server lleno - by SuperMarioRol - 19.10.2010, 13:15
Respuesta: [AYUDA]Server lleno - by DarkChildren - 19.10.2010, 13:49
Respuesta: [AYUDA]Server lleno - by TheChaoz - 19.10.2010, 16:34
Respuesta: [AYUDA]Server lleno - by Zouke! - 19.10.2010, 16:40
Respuesta: [AYUDA]Server lleno - by TheChaoz - 19.10.2010, 17:11
Respuesta: [AYUDA]Server lleno - by pagaromx96 - 19.10.2010, 17:37

Forum Jump:


Users browsing this thread: 1 Guest(s)