[Duvida]Nascer no tutorial em outr local
#1

@edit
Eai galera, bom eu to fazendo sistema de dialog no tutorial pra selecionar se quer nascer em los santos san fierro ou las venturas. ta quase pronto sу nao tenho ideia pra fazer no final do tutorial ele nascer na cidade selecionada?
aivai o codigo:
pawn Код:
else if (TutTime[i] == 15)
       {
        ShowPlayerDialog(playerid, 4413, DIALOG_STYLE_LIST, "Cidade que deseja nascer", "Los Santos\nLas Venturas\nSan Fierro", "Selecionar", "Cancelar");
        }
ondialogresponse:
pawn Код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
    if(dialogid == 4414
    {
    if(response)
    {
        if(listitem == 0)
        {
         SetPlayerPos(playerid, 1539.6094,-1694.4749,13.5469);
         }
         if(listitem == 1)
         {
          SetPlayerPos(playerid, 1699.2,1435.1, 10.7);
          }
          if(listitem == 2)
          {
          SetPlayerPos(playerid, -1417.0,-295.8,14.1);
          }
        }
Agradeзo desde ja
Reply


Messages In This Thread
[Duvida]Nascer no tutorial em outr local - by Xapita_Halls - 20.11.2010, 19:09
Re: [Duvida]Nascer no tutorial em outr local - by StreetGT - 20.11.2010, 19:11
Re: [Duvida]Nascer no tutorial em outr local - by Xapita_Halls - 20.11.2010, 19:37
Re: [Duvida]Nascer no tutorial em outr local - by StreetGT - 20.11.2010, 19:45
Re: [Duvida]Nascer no tutorial em outr local - by Falcon. - 20.11.2010, 19:47
Re: [Duvida]Nascer no tutorial em outr local - by zSuYaNw - 20.11.2010, 19:59
Re: [Duvida]Nascer no tutorial em outr local - by Xapita_Halls - 20.11.2010, 20:10
Re: [Duvida]Nascer no tutorial em outr local - by Falcon. - 20.11.2010, 20:13

Forum Jump:


Users browsing this thread: 1 Guest(s)