[Ajuda] Comando /daradmin
#1

No meu gm tem o comando mais quando vo usa-lo ingame nao aparece nada '-'


PHP код:
    if(strcmp(cmd"/daradmin"true) == 0)
    {
        if (
IsPlayerAdmin(playerid))
        {
            if(
IsPlayerConnected(playerid))
            {
                
tmp strtok(cmdtextidx);
                if(!
strlen(tmp))
                {
                    
SendClientMessage(playeridCOLOR_GRAD2"USO: /daradmin [playerid/Parte-do-Nick] [level(1-5000)]");
                    return 
1;
                }
                new 
para1;
                new 
level;
                
para1 ReturnUser(tmp);
                
tmp strtok(cmdtextidx);
                
level strval(tmp);
                if (
PlayerInfo[playerid][pAdmin] >= 5000 || IsPlayerAdmin(playerid))
                {
                    if(
IsPlayerConnected(para1))
                    {
                        if(
para1 != INVALID_PLAYER_ID)
                        {
                            
GetPlayerName(para1giveplayersizeof(giveplayer));
                            
GetPlayerName(playeridsendernamesizeof(sendername));
                            
PlayerInfo[para1][pAdmin] = level;
                            
printf("|ADMIN|: %s promoveu %s para administrador no nivel %d."sendernamegiveplayerlevel);
                            
format(stringsizeof(string), "Vocк foi promovido a moderador, no nнvel %d pelo administrador %s."levelsendername);
                            
SendClientMessage(para1COLOR_LIGHTBLUEstring);
                            
format(stringsizeof(string), "Vocк promoveu %s com nнvel %d."giveplayer,level);
                            
SendClientMessage(playeridCOLOR_LIGHTBLUEstring);
                        }
                    }
                }
                    else
                {
                    
SendClientMessage(playeridCOLOR_GRAD1"   Vocк nгo pode usar esse comando!");
                }
            }
            return 
1;
        }
    } 
Reply


Messages In This Thread
Comando /daradmin - by LeonardoBCF - 27.03.2013, 20:02
Re: Comando /daradmin - by FlaaSShh - 27.03.2013, 20:04
Re: Comando /daradmin - by LeonardoBCF - 27.03.2013, 21:34
Re: Comando /daradmin - by Flash92 - 27.03.2013, 23:20
Re: Comando /daradmin - by LeonardoBCF - 28.03.2013, 00:35
Re: Comando /daradmin - by Flash92 - 29.03.2013, 01:07
Re: Comando /daradmin - by LeonardoBCF - 29.03.2013, 02:42
Re: Comando /daradmin - by Flash92 - 13.04.2013, 00:33
Re: Comando /daradmin - by bruxo00 - 13.04.2013, 09:05
Re: Comando /daradmin - by Smoking_Script - 13.04.2013, 11:07

Forum Jump:


Users browsing this thread: 1 Guest(s)