05.05.2012, 08:14
Hi all,
I'm new with the inputtext dialog,
I writed this:
The command:
The result:
The problem:
I've put the result onder 'OnDialogRespons'
Why is this error?
Thank you, MathijsS
I'm new with the inputtext dialog,
I writed this:
The command:
Код:
ShowPlayerDialog(playerid, SERVER_TIME, DIALOG_STYLE_INPUT, "Tijd", "Voer een geldige tijd in (Bv. 07,12,18,21)", "Kies", "");
Код:
else if(dialogid==SERVER_TIME && response==1) { if(response) { SetWorldTime(inputtext); return 1; } }
Код:
error 035: argument type mismatch (argument 1)
Why is this error?
Thank you, MathijsS