SA-MP Forums Archive
SetTimerEX for login screen?? - 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: SetTimerEX for login screen?? (/showthread.php?tid=533182)



SetTimerEX for login screen?? - shourya12 - 23.08.2014

Hello, i am Shourya. I got a project but i have some problem.

I have both Mysql and Dini Saving system ( for backups) but they both block their login screens.

So can i use SetTimer/SetTimerEX for this issue, if yes, on which one should i apply it?? i.e MySql or Dini ?


Re: SetTimerEX for login screen?? - Jack_Leslie - 23.08.2014

What do you mean "block their login screens"? You need to be a bit more specific, and most of all show us the codes you are having trouble with.


Re: SetTimerEX for login screen?? - shourya12 - 23.08.2014

it means only 1 of them is shown.

i just wanna ask that can i use SetTimer for it?


Re: SetTimerEX for login screen?? - shourya12 - 23.08.2014

someone??


Re: SetTimerEX for login screen?? - Jacob756 - 23.08.2014

Help , I have this problem Too


Re: SetTimerEX for login screen?? - AroseKhanNiazi - 23.08.2014

ye but make it like first it shows one then the other add it after it ondailogresponse when he pass one


Re: SetTimerEX for login screen?? - shourya12 - 24.08.2014

Ok i'll try it. but the problem is, i was FS for MySql Login/Registering.

So i need to move it in my main GM ??


Re: SetTimerEX for login screen?? - AroseKhanNiazi - 24.08.2014

yes... btw i don't think making two login systems is good will annoy players


Re: SetTimerEX for login screen?? - MicroD - 24.08.2014

There's no need for two login systems, if you're scared of loosing your MySQL database for whatever reason, scrap MySQL login/reg system and use y_ini or even y_users with combination of y_uvar. (You can find all tutorials in tutorial section)