20.11.2010, 09:23
(
Последний раз редактировалось MicroD; 20.11.2010 в 09:45.
)
So here I made tut and dialogue with questions and now it came to pass tut open a dialog and I click the item again false starts tut and when I want to click exactly what it appears here is nothing in that at the end of tut:
and here it is the answer and what it opens
Sorry for my bad English
Код:
ShowPlayerDialog(i, 6, DIALOG_STYLE_LIST, "Sta je RP?", "Ubistvo iz osvete.\nUbijanje po serveru bez razloga.\nSimulacija stvarnog zivota.", "Odgovori", " ");
Код:
if(dialogid == 6) { if(response) { if(listitem == 0) { TutTime[playerid] = 1; } if(listitem == 1) { TutTime[playerid] = 1; } if(listitem == 3) { ShowPlayerDialog(playerid, 7, DIALOG_STYLE_LIST, "Sta je DM?", "Ubijanje po serveru bez razloga.\nPucanje sa vozacevog mesta na pesake | Gazenje pesaka vozilom | Ubistvo elisom helica.\nSimulacija stvarnog zivota.", "Odgovori", " "); } } return 1; }