Larsey123IsMe
Unregistered
Hello im trying to make an #Register system" but i failed i got like 19 different errors =/
and now ill ask you to make it for me (sorry but i really need this)
-------------------------------------------------------------------------------------------------
~Register (Dialog)
~Login (Dialog)
What should it save:
~PlayerName
~Admin Level
~Score
~Money
~Kills
~Deaths
Larsey123IsMe
Unregistered
Quote:
Originally Posted by blackwave
Click here
PS: already tried and works sucessfully
|
I have tried that too, but it wont work for me
the info dont saves anywhere. I did it like this:
PasteBin
Posts: 752
Threads: 87
Joined: Jul 2010
Reputation:
0
Go to the script request thread.
Larsey123IsMe
Unregistered
..........
Ill made
THIS once, but that save my password as "1156452165465(random numbers)"
and it wont save the
Score
Money
Kills
Deaths
Like This:
pawn Код:
Password=69206317
AdminLevel=5
Score=0 //I get 1 score for killing someone, but still say 0
Money=0 //Money i get for kill someone dont get saved
Deaths=0 //After i have been killed 2 times it still say 0
Kills=0 //After i have killed 5 persons it still say 0
Posts: 1,466
Threads: 7
Joined: Jun 2009
Reputation:
0
You're still using Dini? Use something else such as y_ini, MySQL, SQLite, djson
Larsey123IsMe
Unregistered
Quote:
Originally Posted by Retardedwolf
You're still using Dini? Use something else such as y_ini, MySQL, SQLite, djson
|
Yes =/ I dont know how to use: y_ini, MySQL, SQLite, djson
Posts: 414
Threads: 8
Joined: Jan 2010
Reputation:
0
Try Djson.If you know how to use Dini in max 3 min you would learn how to use Djson.There are pretty similar in syntax.
Posts: 7,801
Threads: 187
Joined: Feb 2010
Reputation:
0
I tried using a file based saving system but it was just a trip from hell and back! I wouldn't bother with file based if I were you; they all have their slight issues.