29.01.2010, 22:05
Try this:
pawn Код:
if(response == 0)
{
ShowPlayerDialog(playerid, IDPBOOK, DIALOG_STYLE_LIST, "LSPD BOOK by Peter_Petrolli", "None\npage1:lessons\npage2:getting on duty \npage3:radio chat/teamchat\npage4:codes\npage5:weapons\npage6:rank\npage7:all others(very important)","Select", "Cancel");
}
if(response == 1)
{
if(listitem == 0)
{
ShowPlayerDialog(playerid,101,DIALOG_STYLE_INPUT,"page 1","this book will tell you how to be a good cop,but it doesn't says everything to be a good cop \n thats why we would suggest to ask Peter Petrolli for extras lessons,these are boring but very usefull \n\n good luck cadet"," Select","Back");
}
...