SA-MP Forums Archive
A 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)
+--- Thread: A problem (/showthread.php?tid=635505)



A problem - Ilias_ - 08.06.2017

when its opening a dialog i cant type the button.For example its opening the login panel,im putting my password but when im pressing the 'login' it doesnt do nothing





Re: A problem - Whatname - 08.06.2017

PHP код:
if(dialogid == LOGIN)
{
      if(
response)
      {
           
//login code
      
}




Re: A problem - saffierr - 08.06.2017

Show us your OnDialogResponse code.