Detectar si esta online
#2

No entendн, para comprobar si esta 'online' usa:
pawn Код:
if(IsPlayerConnected(playerid))
ї o es esto lo quй dices?.

pawn Код:
new conteo = 0, string[68];
    for(new x = 0; x < MAX_PLAYERS; x++)
    {
        if(IsPlayerConnected(x))
        {
            if(PlayerInfo[x][Admin])
            {
                conteo++;
                format(string, sizeof(string), " %s(%d) administrador %s\n", Nombre(x), x, test);
            }
           
        }
    }
    ShowPlayerDialog(playerid, id, DIALOG_STYLE_MSGBOX, "titulo", string, "Boton 1", "Boton 2");
Reply


Messages In This Thread
Detectar si esta online - by ivan23 - 17.07.2014, 23:03
Respuesta: Detectar si esta online - by Snoopythekill - 17.07.2014, 23:19
Respuesta: Detectar si esta online - by Juance - 18.07.2014, 11:03
Re: Respuesta: Detectar si esta online - by ivan23 - 18.07.2014, 13:55
Respuesta: Detectar si esta online - by adri1 - 18.07.2014, 14:08
Respuesta: Detectar si esta online - by adrian996 - 18.07.2014, 14:09
Re: Detectar si esta online - by ivan23 - 18.07.2014, 14:30
Respuesta: Detectar si esta online - by Snoopythekill - 19.07.2014, 03:55
Respuesta: Detectar si esta online - by adrian996 - 19.07.2014, 09:30

Forum Jump:


Users browsing this thread: 1 Guest(s)