2021-04-04, 12:27 PM
(2021-04-04, 04:17 AM)robertocaribbean Wrote: I recommend you to start by doing something simple like store money, score.. then when you come close to understand how to store basic things, you can move on into more advanced topics.
A great tutorial for starters: https://sampforumarchive.com/forum.sa-mp...l?t=449536
Also, I recommend you to see other people his code if it's possible and try to understand the process that the programmer follows in his code.
In the bottom of this page https://open.mp/docs/awesome there are many gamemodes that you can view in github.
I know how to store user information, like the username, password, register date and all that but i was wondering if this has a similiar approach with saving skins and position of a player?
Im using phpmyadmin for mysql, and most people use Y_INI in their gamemodes. If it get's really complicated i might have to switch to Y_INI to store user data unless i find a way to do it on MySql.