[AJUDA] Erro no comando
#5

agora acho que da:

pawn Код:
CMD:daradmin(playerid,params[])
{
        if(!IsPlayerConnected(playerid)) return SendClientMessage(playerid, COR_CINZA, "Vocк nгo estб conetado!");
        if(LevelInfo[playerid][Admin] == 0) return SendClientMessage(playerid, COR_CINZA,"* ERRO: Vocк nгo tem permissгo para executar este comando");
        if(AdminTrabalhando[playerid] < 1) return SendClientMessage(playerid, COR_CINZA, "* Para usar este comando USE: /trampar");
       new Level;
   new id;
     if(sscanf(params,"ud",id,Level)) return SendClientMessage(playerid,COR_LARANJA,"* USE: /setadmin [id] [0-8]!");
   if(!IsPlayerConnected(id)) return SendClientMessage(playerid, -1, "Player nгo conetado!");
     if(Level > 8) return SendClientMessage(playerid, COR_CINZA, "* ERRO: Level maximo para admin й de 0-8");
GetPlayerName(playerid, NomeDado, sizeof(NomeDado));
        GetPlayerName(id, NomeDado1, sizeof(NomeDado1));
     format(sadmin, sizeof sadmin, "Vocк promoveu um cargo administrativo level %d para o %s", Level, NomeDado1);//NUMERO 1
     SendClientMessage(playerid, 0xABCDEF01, sadmin);
     format(sadmin, sizeof sadmin, "Vocк foi promovido ao cargo administrativo level  %d do administrador  %s. Parabйns.", Level, NomeDado);//NUMERO 2
     SendClientMessage(id, -1, sadmin);
     LevelInfo[id][Admin] = Level;
     return 1;
}
Reply


Messages In This Thread
[AJUDA] Erro no comando - by Chis - 04.02.2012, 21:43
Re: [AJUDA] Erro no comando - by Lucas_Alemao - 04.02.2012, 22:27
Respuesta: [AJUDA] Erro no comando - by Chis - 04.02.2012, 22:44
Respuesta: [AJUDA] Erro no comando - by Chis - 04.02.2012, 22:48
Re: [AJUDA] Erro no comando - by Lucas_Alemao - 04.02.2012, 22:50
Respuesta: [AJUDA] Erro no comando - by Chis - 04.02.2012, 22:54
Re: [AJUDA] Erro no comando - by Lucas_Alemao - 04.02.2012, 22:57
Re: [AJUDA] Erro no comando - by dPlaYer_ - 04.02.2012, 23:03
Respuesta: [AJUDA] Erro no comando - by Chis - 04.02.2012, 23:09

Forum Jump:


Users browsing this thread: 2 Guest(s)