Posts: 152
Threads: 6
Joined: Apr 2013
Reputation:
0
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 ?
Posts: 1,197
Threads: 213
Joined: Feb 2011
Reputation:
0
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.
Posts: 152
Threads: 6
Joined: Apr 2013
Reputation:
0
it means only 1 of them is shown.
i just wanna ask that can i use SetTimer for it?
Posts: 51
Threads: 16
Joined: Mar 2014
Reputation:
0
Help , I have this problem Too
Posts: 1,349
Threads: 194
Joined: Jan 2014
Reputation:
0
ye but make it like first it shows one then the other add it after it ondailogresponse when he pass one
Posts: 152
Threads: 6
Joined: Apr 2013
Reputation:
0
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 ??
Posts: 1,349
Threads: 194
Joined: Jan 2014
Reputation:
0
yes... btw i don't think making two login systems is good will annoy players
Posts: 344
Threads: 12
Joined: Sep 2010
Reputation:
0
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)