20.08.2016, 15:09
currently im making a system which gives player permission to rob a bank or something
the problem is when players fails 1 time his dialog dissapears but i want the same dialog to come up with different numbers but the dialog wont show up
the problem is when players fails 1 time his dialog dissapears but i want the same dialog to come up with different numbers but the dialog wont show up
Код:
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; } }