[Ajuda] ZCMD e Admin
#2

pawn Код:
CMD:admins(playerid,params[])
{

    new Pou[500];
    new tmp[120];
    foreach(new i:Player)
    {
        if(IsPlayerConnected(i) && PlayerInfo[i][data_Admin] > 0)
        {
            format(tmp,sizeof(tmp),""GL" %s[%d] "LA"Administrador Nivel: %d            \n",Nombre(i),i,PlayerInfo[i][data_Admin]);
            strcat(Pou, tmp);
        }
    }
   
    ShowPlayerDialog(playerid, 1003, DIALOG_STYLE_MSGBOX, ""AD"GTAE: Administradores OnLine", Pou,"Aceptar","");
    return 1;
}
Reply


Messages In This Thread
ZCMD e Admin - by Parka - 04.02.2013, 02:03
Re: ZCMD e Admin - by zSuYaNw - 04.02.2013, 02:21

Forum Jump:


Users browsing this thread: 2 Guest(s)