Dialog with 15seconds wait, mixes. - 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 with 15seconds wait, mixes. (
/showthread.php?tid=607040)
Dialog with 15seconds wait, mixes. -
Luicy. - 13.05.2016
Hey, So I got at the registration two dialogs for rules, first one got a 15sec timer, second one got 10sec, but when you press Contine at the first dialog, the first and second dialog mixes together, It shows first the first dialog, then the second one and contines, Any help?
Dialog responses:
http://pastebin.com/icbGUaYb
Dialog Timer 1:
http://pastebin.com/1dwFQtju
Dialog Timer 2:
http://pastebin.com/XbXnU9E1
Re: Dialog with 15seconds wait, mixes. -
Luicy. - 13.05.2016
Solved by not repeating it automatic, and using SetTimerEx("DialogTimer", 1000, false, "i", playerid); every time it's else.