20.08.2016, 15:48
Quote:
Код:
if(strcmp(inputtext, randomzznr, true) == 1)return ShowPlayerDialog(playerid,1002,DIALOG_STYLE_INPUT,"Business rob",strings,"Continue","");// Checks if the inputtext returns the word; hi { randomstr(randomzznr); format(strings,sizeof(strings),"---Step 3---\nWrite The following in order to continue\n\n%s",randomzznr); ShowPlayerDialog(playerid,1003,DIALOG_STYLE_INPUT,"Drug Production",strings,"Continue",""); return 1; } } |