SA-MP Forums Archive
How can i hide a Dialog? - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: How can i hide a Dialog? (/showthread.php?tid=99056)



How can i hide a Dialog? - [mad]MLK - 25.09.2009

Well when someone spawns in my server its suppost to show the Dialog if they have a account that works fine all good but once they login every time they spawn it shows the login Dialog is there a way to hide it?


Re: How can i hide a Dialog? - Sergei - 25.09.2009

ShowPlayerDialog(playerid, -1, 0, "", "", "", "")


Re: How can i hide a Dialog? - [mad]MLK - 25.09.2009

ty