ShowPlayerDialog annoying - 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: ShowPlayerDialog annoying (
/showthread.php?tid=494658)
ShowPlayerDialog annoying -
oodev - 14.02.2014
is there anyway to stop dialog from keeping showing for sometime or if no response from user!?to set timeout for it
Re: ShowPlayerDialog annoying -
Natric - 14.02.2014
https://sampwiki.blast.hk/wiki/SetTimerEx
Re: ShowPlayerDialog annoying -
Konstantinos - 14.02.2014
Using a negative number (-1) as dialogid will hide the dialog.
pawn Код:
ShowPlayerDialog(playerid, -1, 0, "_", "_", "_", "");