[Ajuda] PROBLEMA strcmp
#8

Esta porque no caso entre o 1 e o 3 ele nao tem.

podes e fazer algo deste genero:

pawn Код:
new bool:TemApartamento[MAX_PLAYERS];

for(new i = 1; i <= 19; i++)
{  
    new arquivo[128], nome[MAX_PLAYER_NAME];
    format(arquivo, sizeof(arquivo), "apartamentos/macarthur/apartamento%i.ini", i);
    GetPlayerName(playerid, nome, sizeof(nome));
   
    printf("Apartamento: %s",DOF2_GetString(arquivo, "dono"));
    printf("Nome: %s",nome);
                   
    if(strcmp(nome, DOF2_GetString(arquivo, "dono")) == 0)
    {    
        TemApartamento[playerid] = true;        
        break;
    }
    else
    {
        TemApartamento[playerid] = false;
    }
}
if(TemApartamento[playerid] == true)
{
    SendClientMessage(playerid, 0xFF0000FF, "Vocк jб possui um apartamento.");
    //ShowPlayerDialog(playerid, 5005, DIALOG_STYLE_LIST, "Menu Apartamentos", "Comprar Apartamento\nVender Apartamento", "Selecionar", "Cancelar");
}
else ShowPlayerDialog(playerid, 5007, DIALOG_STYLE_LIST, "Comprar Casa", "Apartamento 1\nApartamento 2\nApartamento 3\nApartamento 4\nApartamento 5\nApartamento 6\nApartamento 7\nApartamento 8\nApartamento 9\nApartamento 10\nApartamento 11\nApartamento 12\nApartamento 13\nApartamento 14\nApartamento 15\nApartamento 16\nApartamento 17\nApartamento 18\nPenthouse", "Selecionar", "Cancelar");
tens-me no skype? depois eu vir almocar posso te ajudar.
Reply


Messages In This Thread
PROBLEMA strcmp - by Tugamars - 01.02.2015, 09:41
Re: PROBLEMA strcmp - by PT - 01.02.2015, 10:19
Re: PROBLEMA strcmp - by Tugamars - 01.02.2015, 10:34
Re: PROBLEMA strcmp - by PT - 01.02.2015, 10:48
Re: PROBLEMA strcmp - by Tugamars - 01.02.2015, 11:07
Re: PROBLEMA strcmp - by PT - 01.02.2015, 11:09
Re: PROBLEMA strcmp - by Tugamars - 01.02.2015, 11:13
Re: PROBLEMA strcmp - by PT - 01.02.2015, 11:15
Re: PROBLEMA strcmp - by Tugamars - 01.02.2015, 11:20

Forum Jump:


Users browsing this thread: 1 Guest(s)