ShowPlayerDialog annoying
#1

is there anyway to stop dialog from keeping showing for sometime or if no response from user!?to set timeout for it
Reply
#2

https://sampwiki.blast.hk/wiki/SetTimerEx
Reply
#3

Using a negative number (-1) as dialogid will hide the dialog.

pawn Код:
ShowPlayerDialog(playerid, -1, 0, "_", "_", "_", "");
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)