ajuda Comando
#2

Tenta assim:

pawn Код:
if(strcmp(cmd, "/evida", true) ==0)
    {
        new tmp2[256];
        if(EventoCriado == 1)
        {
            SendClientMessage(playerid,0x3321FFFF,"[ERRO]: Nenhum evento aberto.");
            return 1;
        }
        tmp2 = strtok(cmdtext, idx);
        new vida = strval(tmp2);
        if(!strlen(tmp2))
        {
            SendClientMessage(playerid, 0x3321FFFF, "|INFO| Digite a quantidade de Vida.");
            return 1;
        }
        for(new i = 0; i < MAX_PLAYERS; i++)
        {
            if(SistemaEvento[playerid][Entrar] == true)
            {
                SetPlayerHealth(i, vida);
            }
        }
        new AdminNome[256],
        Admin[MAX_PLAYER_NAME];
        GetPlayerName(playerid,Admin,sizeof Admin);
        format(AdminNome, 128, "~ [Evento] > O Administrador %s setou a vida de todos que estгo no evento para %d.", Admin,vida);
        SendClientMessageToAll(0xfffe009b, AdminNome);
        return 1;
    }
Reply


Messages In This Thread
ajuda Comando - by [GET]Vidaloka - 04.01.2011, 23:58
Re: ajuda Comando - by [NWD]Jim._.Carrey - 05.01.2011, 00:23
Re: ajuda Comando - by ManoLexuS - 05.01.2011, 00:24
Re: ajuda Comando - by [GET]Vidaloka - 05.01.2011, 00:39

Forum Jump:


Users browsing this thread: 2 Guest(s)