[Ajuda] Nгo ta indo
#1

Bom, mesmo o player digitando 'Seguinte' nгo muda sua skin..
Por que isso acontece?
pawn Код:
if(EscolhendoSkin[playerid] == true)
        {
            if(strcmp(text,"Seguinte",true) == 0)
            {
                switch(IDDaOrgConvidada[playerid] == 1)
                {
                    case 1:
                    {
                        if(SkinSelecionada[playerid] == 1){ SetPlayerSkin(playerid,280); SkinSelecionada[playerid] = 2; }
                        else if(SkinSelecionada[playerid] == 2){ SetPlayerSkin(playerid,281); SkinSelecionada[playerid] = 3; }
                        else if(SkinSelecionada[playerid] == 3){ SetPlayerSkin(playerid,282); SkinSelecionada[playerid] = 4; }
                        else if(SkinSelecionada[playerid] == 4){ SetPlayerSkin(playerid,284); SkinSelecionada[playerid] = 1; }
                    }
                }
            }
Reply
#2

pawn Код:
switch(IDDaOrgConvidada[playerid] == 1)
Nгo seria:
pawn Код:
switch(IDDaOrgConvidada[playerid])
? ...
Reply
#3

mesmo dijitando isso no chat?
troca "seguinte" por /seguinte e ve se funciona. se o problema for pq с dijita no chat
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)