Help Me Dialog With More Dialog...
#5

Quote:
Originally Posted by Aveger
Посмотреть сообщение
pawn Код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
    if(dialogid == 1)
    {
        if(response == 1)
        {
            if(listitem == 0)
            }
                ShowPlayerDialog(playerid, 2, DIALOG_STYLE_LIST, "gCars", "Bikes\nBoats\nCars\nFactionCars\nFlans", "Select", "Close");
            }
            if(listitem == 1)
            }
                ShowPlayerDialog(playerid, 3, DIALOG_STYLE_LIST, "gWeapons", "9mm\ns9mm\nDesert Eagle\nShotgun\nSawoffShotgun\nCombat Shotgun\nUzi\nMp5\nAK-47\nNext Page", "Select", "Close");
            }
        }
    }
    return 1;
}
got more:
Код:
C:\Users\Admin\Desktop\FunGaming_Stunt-Freeroam\filterscripts\Car.pwn(13) : error 029: invalid expression, assumed zero
C:\Users\Admin\Desktop\FunGaming_Stunt-Freeroam\filterscripts\Car.pwn(27) : warning 217: loose indentation
C:\Users\Admin\Desktop\FunGaming_Stunt-Freeroam\filterscripts\Car.pwn(29) : warning 217: loose indentation
C:\Users\Admin\Desktop\FunGaming_Stunt-Freeroam\filterscripts\Car.pwn(30) : error 029: invalid expression, assumed zero
C:\Users\Admin\Desktop\FunGaming_Stunt-Freeroam\filterscripts\Car.pwn(31) : warning 217: loose indentation
C:\Users\Admin\Desktop\FunGaming_Stunt-Freeroam\filterscripts\Car.pwn(34) : error 054: unmatched closing brace ("}")
C:\Users\Admin\Desktop\FunGaming_Stunt-Freeroam\filterscripts\Car.pwn(35) : error 010: invalid function or declaration
C:\Users\Admin\Desktop\FunGaming_Stunt-Freeroam\filterscripts\Car.pwn(37) : warning 203: symbol is never used: "gmenu"
Reply


Messages In This Thread
Help Me Dialog With More Dialog... - by xganyx - 19.06.2013, 23:07
Re: Help Me Dialog With More Dialog... - by SwisherSweet - 19.06.2013, 23:20
Re: Help Me Dialog With More Dialog... - by xganyx - 19.06.2013, 23:29
Re: Help Me Dialog With More Dialog... - by SwisherSweet - 19.06.2013, 23:31
Re: Help Me Dialog With More Dialog... - by xganyx - 19.06.2013, 23:37
Re: Help Me Dialog With More Dialog... - by SwisherSweet - 19.06.2013, 23:41
Re: Help Me Dialog With More Dialog... - by xganyx - 19.06.2013, 23:45
Re: Help Me Dialog With More Dialog... - by SwisherSweet - 19.06.2013, 23:51
Re: Help Me Dialog With More Dialog... - by xganyx - 20.06.2013, 00:10
Re: Help Me Dialog With More Dialog... - by SwisherSweet - 20.06.2013, 00:22

Forum Jump:


Users browsing this thread: 4 Guest(s)