[Ajuda] 2 Comandos
#1

1° Comando /admins nao aparece o nome do admin
pawn Код:
DonSpeed:admins(playerid,params[])
{
    new Speed[250];
    for(new i = 0; i < MAX_PLAYERS; i++)
    {
       if(IsPlayerConnected(i))
       {
            GetPlayerName(i, Name, sizeof(Name));
            if(Jogador[i][pAdmin] > 1){
                format(Speed,sizeof(Speed)," %d Administrador Level 1\n", Name); }
            if(Jogador[i][pAdmin] > 2){
                format(Speed,sizeof(Speed)," %d Administrador Level 2\n", Name); }
            if(Jogador[i][pAdmin] > 3){
                 format(Speed,sizeof(Speed)," %d Administrador Level 3\n", Name); }
            if(Jogador[i][pAdmin] > 4){
                format(Speed,sizeof(Speed)," %d Administrador Level 4\n", Name); }
            if(Jogador[i][pAdmin] > 5){
                format(Speed,sizeof(Speed)," %d Fundador/Script\n", Name); }
       }
       ShowPlayerDialog(playerid, DialogADM, DIALOG_STYLE_MSGBOX, "Administradores", Speed, "Fechar", "");
    }
    return 1;
}
2° Comando /destruircarros nao detroi carros criados
pawn Код:
DonSpeed:destruircarros(playerid, params[])
{
    new IDC;
    GetPlayerName(playerid, Name, sizeof(Name));
    if(Jogador[playerid][pAdmin] <= 1) return SendClientMessage(playerid, -1,"[ERRO] Voce Nao Tem Level de Admin Suficiente");
    format(don,sizeof(don),"{FF0000}[PlayHard]{FFFFFF}O Admin {FF0000}%s{FFFFFF}({FF0000}ID:%d{FFFFFF}) Destruiu Todos os{FF0000} Veiculos Criados{FFFFFF}.", Name, playerid);
    SendClientMessageToAll(-1,don);
    DestroyVehicle(IDC);
    return 1;
}
Reply


Messages In This Thread
[Ajuda] 2 Comandos - by Don_Speed - 27.04.2012, 02:17
Re: [Ajuda] 2 Comandos - by Lucas_Alemao - 27.04.2012, 02:21
Re: [Ajuda] 2 Comandos - by zbt - 27.04.2012, 02:23
Re: [Ajuda] 2 Comandos - by Don_Speed - 27.04.2012, 02:39
Re: [Ajuda] 2 Comandos - by zbt - 27.04.2012, 02:41
Re: [Ajuda] 2 Comandos - by ViniBorn - 27.04.2012, 02:43
Re: [Ajuda] 2 Comandos - by Jason` - 27.04.2012, 02:43
Re: [Ajuda] 2 Comandos - by Don_Speed - 27.04.2012, 02:48
Re: [Ajuda] 2 Comandos - by Jason` - 27.04.2012, 02:51
Re: [Ajuda] 2 Comandos - by zbt - 27.04.2012, 02:55

Forum Jump:


Users browsing this thread: 1 Guest(s)