Login Problem. -
newbie scripter - 08.04.2014
Hi all, i've got a problem in login. I use luxadmin and my GM has its own login and both stores different data. when i connect, i get only luxadmin's login box and not my GM and i couldn't store my data. i need some tips to make it a single login.
PS: can u suggest me any free mysql server?
Re: Login Problem. -
UnknownOwner - 08.04.2014
Maybe, your dialogs might be collapsing.
Ex;
Your lusadmin might be having something like this:
Код:
#define DIALOG_REGISTER 1
And your script might be having the same with your saving dialog:
Код:
ShowPlayerDialog(playerid, 1, Dialog_....blabla
Which may result these both dialogs to collapse.
Or maybe, you won't have loaded the required plugin for your script.
Like if you have a MySQL GM, your MySQL plugin must not have loaded while the luxadmin FS must have loaded.
Well, i can't really find the solution. But i will notify you once i come near to it
Greetings,
UnknownOwner.
Re: Login Problem. -
IceBilizard - 08.04.2014
simple way just add script commands and stuff in your gamemode file so it will save your data
Re: Login Problem. -
UnknownOwner - 08.04.2014
Quote:
Originally Posted by IceBilizard
simple way just add script commands and stuff in your gamemode file so it will save your data
|
He knows it very well. He is asking that his register dialog from his gamemode don't show up while lux admin's registration dialog shows up.
OT: Try loading your gamemode with nativechecker plugin and luxadmin unloaded.
Re: Login Problem. -
IceBilizard - 08.04.2014
bro see this sentence
Код:
when i connect, i get only luxadmin's login box and not my GM and i couldn't store my data.
Re: Login Problem. -
UnknownOwner - 08.04.2014
Quote:
Originally Posted by IceBilizard
bro see this sentence
Код:
when i connect, i get only luxadmin's login box and not my GM and i couldn't store my data.
|
login BOX right? He means that the login box of his gamemode doesn't load while the login box of lux admin loads pretty well, understand?
Regards,
UnknownOwner.
Re: Login Problem. -
newbie scripter - 09.04.2014
let me test again and what login works. sometimes i get 2 logins which is weird
EDIT: i want only 1 login which saves both data. any way to do that
Re: Login Problem. -
Hanuman - 09.04.2014
Open ur luxadmin fs then, goto OnPlayerConnect and comment the line which show dialog for registration and for login.
Re: Login Problem. -
newbie scripter - 09.04.2014
Quote:
Originally Posted by Hanuman
Open ur luxadmin fs then, goto OnPlayerConnect and comment the line which show dialog for registration and for login.
|
If i do so, it doesnt save admin details. I need a way to save both with 1 system. if there is no way, i would have to make my own admin system.
Re: Login Problem. -
Hanuman - 09.04.2014
Quote:
Originally Posted by newbie scripter
If i do so, it doesnt save admin details. I need a way to save both with 1 system. if there is no way, i would have to make my own admin system.
|
Then u have to add luxadmin with ur register and login system, that only i can suggest u.