[Ajuda] Obter ID da Empresa
#6

Li mal o cуdigo, nгo reparei na condiзгo, pensei que a lista ia listar todas as empresas, quer elas estivessem em uso ou nгo.

A ъnica forma que eu consigo pensar no momento й usando o texto do listitem, mas muito provavelmente hб maneiras muito melhores de fazer isto.

PHP код:
CMD:teste(playerid){
    new 
Linha1[1024], Linha2[128], area[30];
    for(new 
0MAX_EMPRESASi++)
    {
        if(
EmpresaInfo[i][TemDono] == PlayerInfo[playerid][UserID])
        {
            
GetEmpresa2DZone(iareaMAX_ZONE_NAME);
            
format(Linha2sizeof Linha2"[%d] Numero da Empresa: %d | Localizaзгo: %s\n"iEmpresaInfo[i][Numero], area);
            
strcat(Linha1Linha2);
        }
    }
    
    
Dialog_Show(playeridDIALOG_EMPRESASDIALOG_STYLE_MSGBOX"Concercionaria"Linha1"Escolher""Sair");
    
    return 
1;
}
Dialog:DIALOG_EMPRESAS(playeridresponselistiteminputtext[])
{
    if (!
response)    return 1;
    
    new 
output[2][128], empresaIDtemp[4];
    
strexplode(outputinputtext"]");
    
strcatmid(tempoutput[0], 1);
    
    
empresaID strval(temp);
    
    return 
1;

Nгo compilei nem testei, mas acho que deve funcionar. Precisa da include strlib:

Код:
#include strlib
https://github.com/oscar-broman/strl...ter/strlib.inc
Reply


Messages In This Thread
Obter ID da Empresa - by Mitic0 - 21.07.2018, 15:58
Re: Obter ID da Empresa - by bruxo00 - 21.07.2018, 16:18
Re: Obter ID da Empresa - by Mitic0 - 21.07.2018, 16:31
Re: Obter ID da Empresa - by bruxo00 - 21.07.2018, 16:41
Re: Obter ID da Empresa - by Mitic0 - 21.07.2018, 16:45
Re: Obter ID da Empresa - by bruxo00 - 21.07.2018, 18:10
Re: Obter ID da Empresa - by Mitic0 - 21.07.2018, 19:24

Forum Jump:


Users browsing this thread: 1 Guest(s)