Posts: 47
Threads: 17
Joined: May 2018
Reputation:
0
Hey everyone i just want to know which system is easy than mysql? I dont understand mysql coding and it's pretty messed for me (ME) i want to know any other system which save data(not entire player data) but like "playerheadshots", "cookies"..etc
Posts: 180
Threads: 22
Joined: Dec 2015
Reputation:
0
MySQL is the best tbh, but if you want you can use y_ini or Dini2 by Gammix.
Posts: 6,242
Threads: 8
Joined: Jun 2008
Best to look at a helper include of some sort...
https://sampforum.blast.hk/showthread.php?tid=590310
updated thread >
https://sampforum.blast.hk/showthread.php?tid=606930
But you are probably advised to really look at learning some MySQL basics, as it wouldn't hurt to actually learn some.
Posts: 34
Threads: 0
Joined: Jul 2018
If I were you, I would choose SQLite. SQLite is too easy. Also you can simplify it after learning by this:
https://sampforum.blast.hk/showthread.php?tid=591250
Posts: 6,242
Threads: 8
Joined: Jun 2008
These are actually all awesome works lol.
What another one could be is Gammixs EasyDB.
Really though OP, don't be afraid of learning a little more, and using things. Even just making a blank script to set and get values from the database by itself, is something to mess about with to get confident.
It doesn't need to be 'in' the mode, for you to have a play around with it.
Posts: 1,506
Threads: 13
Joined: Jun 2015
Quote:
Originally Posted by Sew_Sumi
What another one could be is Gammixs EasyDB.
|
No please. Not EasyDB or YourSQL. Just go for MySQL or SQLite-improved by Slice.
@OP: If you don't want to learn SQL, then go for dini2/y_ini. But remember, SQL has its own advantages. It's a relational database and it really makes things easier.
Posts: 96
Threads: 10
Joined: Aug 2017
Reputation:
0
Use easy-mysql include its simplify MySQL for you.