Dialog Response. - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Dialog Response. (
/showthread.php?tid=613068)
Dialog Response. -
Spenker - 24.07.2016
How can detect only text entered into the input box by the player?
Код HTML:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
if(isnull(inputtext)) return 1;
return 1;
}