SA-MP Forums Archive
MYSQL saving system - 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: MYSQL saving system (/showthread.php?tid=263748)



MYSQL saving system - mali - 23.06.2011

I have created an mysql system for my script but when I want to login the dialog just disappear and gamemode do the GMX, can you tell me why?

And, also when I want to register on my server dialog dissapear. Do anybody know what's problem?


Re: MYSQL saving system - [HiC]TheKiller - 23.06.2011

Can you please show us your script? Without it, we have no idea what the issue is.


Re: MYSQL saving system - Wesley221 - 23.06.2011

If nothing is happening after you press a button on a dialog:
FS: return the callback OnDialogResponse to 0
GM: return the callback OnDialogResponse to 1


Re: MYSQL saving system - Sasino97 - 23.06.2011

Quote:
Originally Posted by Wesley221
Посмотреть сообщение
If nothing is happening after you press a button on a dialog:
FS: return the callback OnDialogResponse to 0
GM: return the callback OnDialogResponse to 1
It's wrong, they both should return the same value.


Re: MYSQL saving system - mali - 23.06.2011

So what i got to do?