[pedido] /carro Dialog
#8

Quote:
Originally Posted by steeldark
Посмотреть сообщение
Ah, jб postaram.. em zcmd

mais em strcmp:

pawn Код:
//no topo do gm:

new vvv[MAX_PLAYERS];

//nos comandos
if(!strcmp("/carro", cmdtext))
    {
        ShowPlayerDialog(playerid, IDDOMEUDIALOG, DIALOG_STYLE_INPUT, "ID do Carro", "Digite a Id do Caro que quer", "Ok", "Cancelar");
        return 1;
    }

//no ondialogresponse
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
    if(dialogid == IDDOMEUDIALOG)
    {
        if(response)
        {
            new Float:xx[4];
            GetPlayerPos(playerid, xx[0],xx[1],xx[2]);
            GetPlayerFacingAngle(playerid,xx[3]);
            vvv[playerid] = CreateVehicle(strval(inputtext),xx[0],xx[1],xx[2],xx[3],-1,-1,500);
            PutPlayerInVehicle(playerid,vvv[playerid],0);
            return 1;
        }
        else
            {
                SendClientMessage(playerid, COR, "Vocк cancelou");
            }
    }
    return 1;
}
porque vvv como Variбvel global se nгo atribui seu valor а algo recordбvel ou usa a mesma em outras funзхes/stocks/publics ??

Se o GM for novo ainda tem salvaзгo para se atualizar para ZCMD & sscanf !
Reply


Messages In This Thread
[pedido] /carro Dialog - by Panico622 - 21.03.2012, 23:41
Re: [pedido] /carro Dialog - by ViniBorn - 22.03.2012, 00:18
Re: [pedido] /carro Dialog - by Jeffrey_Hatrix Jeffrey_ - 22.03.2012, 00:20
Re: [pedido] /carro Dialog - by Panico622 - 22.03.2012, 00:22
Re: [pedido] /carro Dialog - by Gustavo_z - 22.03.2012, 00:23
Re: [pedido] /carro Dialog - by Jeffrey_Hatrix Jeffrey_ - 22.03.2012, 00:26
Re: [pedido] /carro Dialog - by steeldark - 22.03.2012, 00:28
Re: [pedido] /carro Dialog - by Jeffrey_Hatrix Jeffrey_ - 22.03.2012, 00:31
Re: [pedido] /carro Dialog - by steeldark - 22.03.2012, 00:37
Re: [pedido] /carro Dialog - by Sampizito - 22.03.2012, 00:59

Forum Jump:


Users browsing this thread: 2 Guest(s)