Register Dialog
#1

Everything works fine, my login dialog to, besides ONE thing, when a player registers, the password is not saving for some reason, Ideas?
Reply
#2

Pastebin the register system so we can see the possible probem(s).
Reply
#3

http://pastebin.com/RfYacypN
Reply
#4

iLcke, firstly I recommend you to use another type of saving system. Such as djSon, y_ini, SII or MySQL.
Then, I recommend you just make a huge string and put all the stats into one line and save it all at once.
Reply
#5

The current one is perfectly fine to me, however soon i will be making it MySQL, Just not yet, Currently, I just need the dialog setting the password to what they used to register'd with..
Reply
#6

Quote:
Originally Posted by iLcke
Посмотреть сообщение
The current one is perfectly fine to me, however soon i will be making it MySQL, Just not yet, Currently, I just need the dialog setting the password to what they used to register'd with..
I understand it's your choice and your system, but transferring the system after development is basically done would be a HORRIBLE choice. I looked at your code on pastebin and noticed how inefficient it was.
Reply
#7

Well i dont see that you get player "inputtext"
these is how i save it with dini (outdated)
pawn Код:
dini_Set(file,"Password",inputtext);
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)