[Off] Server Hamachi
#10

para colocar online pelo pc para outros poderem entrar o ip n e localhost n, tenta o ip da sua internet, ou seja o seu ip, para isso vai no ****** e coloca 'Meu IP' e la vc encontra seu ip rsrs

ou usar o samp para obter seu ip, assim;

pawn Код:
// desta forma tanto pode ver seu ip no server como no console

CMD:meuip(playerid)
{
    new ip[16], pt[128];
    GetPlayerIp(playerid, ip, sizeof(ip));
   
    format(pt, sizeof(pt), "Seu IP: %s", ip);
    SendClientMessage(playerid,-1,pt);
   
    printf( "%s", ip );
    return 1;
}
Reply


Messages In This Thread
Server Hamachi - by SouUmaJujuba - 13.08.2013, 23:32
Re: Server Hamachi - by Don_Speed - 13.08.2013, 23:37
Re: Server Hamachi - by SouUmaJujuba - 13.08.2013, 23:39
Re: Server Hamachi - by PT - 13.08.2013, 23:40
Re: Server Hamachi - by SouUmaJujuba - 13.08.2013, 23:47
Re: Server Hamachi - by darkxdll - 14.08.2013, 00:16
Re: Server Hamachi - by Saw_BR - 14.08.2013, 00:20
Re: Server Hamachi - by SouUmaJujuba - 14.08.2013, 01:45
Re: Server Hamachi - by Bruno13 - 14.08.2013, 03:40
Re: Server Hamachi - by PT - 14.08.2013, 09:39

Forum Jump:


Users browsing this thread: 1 Guest(s)