SA-MP Forums Archive
ShowPlayerDialog problem - 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: ShowPlayerDialog problem (/showthread.php?tid=139233)



ShowPlayerDialog problem - Khelif - 04.04.2010

I'm having a problem that looks like its simple, but I cant figure it out. I would like to know how to fix that a player would be able to use ShowPlayerDialog function without freezing. I've tried adding TogglePlayerControllable(playerid, true) function after the ShowPlayerDialog, but that didnt work. I've also tried setting timer, but that didnt work either.


Re: ShowPlayerDialog problem - Beaver07 - 04.04.2010

sa-mp's dialogs stop you from moving you can't make yourself move whilst a dialog is up .. it's just what the devs have done i believe.