[Ajuda] /AnVip e Vips online
#1

Bom esses comandos estгo com uns probleminhas, o /vips mostra nгo sу os jogadores vips mas como tambem outros jogadores que nгo sгo vips, e o anuncio vip nгo estб mostrando nome do vip que anuncia no chat

pawn Код:
CMD:vips(playerid)
{
    new strings[85];
    new count;
    SendClientMessage(playerid, 0x33AAFFFF, "•~~~~~~~~ Todos os jogadores VIP online ~~~~~~~~•");
    for(new i = 0; i < MAX_PLAYERS; i++)
    {
        if(pVip[playerid][Vip] < 0)
        {
            if(IsPlayerConnected(i))
            {
                format(strings, sizeof(strings), "%s", GetName(i));
                SendClientMessage(playerid, 0xE3E3E3FF, strings);
                count++;
            }
        }
    }
    if(count == 0)
    return SendClientMessage(playerid, 0xD8D8D8FF, "Nгo tem nenhum jogador vip on-line!");

return true;
}

CMD:anvip(playerid, params[])
{
    new
        Mensagem2[256],
        unome[MAX_PLAYER_NAME],
        acstr[280]
    ;
    if(pVip[playerid][Vip] < 1) return SendClientMessage(playerid, RED,"[x] Vocк nгo tem permissгo para usar este comando!");
    if(sscanf(params,"s[256]",Mensagem2)) return SendClientMessage(playerid, YELLOW,"[ > ] Uso correto: /anvip [texto]");
    format(acstr,sizeof(acstr),"{666666}[ ANЪNCIO VIP ] %s: {FFFFFF}%s", unome, Mensagem2);
    SendClientMessageToAll(-1,acstr);
    return 1;
}
Reply


Messages In This Thread
/AnVip e Vips online - by viniciussvl - 22.12.2015, 15:44
Re: /AnVip e Vips online - by Ever_SH - 22.12.2015, 16:12
Re: /AnVip e Vips online - by arakuta - 22.12.2015, 16:25
Re: /AnVip e Vips online - by DKDarkking - 23.12.2015, 02:00

Forum Jump:


Users browsing this thread: 1 Guest(s)