06.04.2016, 12:12
Read this: https://sampforum.blast.hk/showthread.php?tid=574725
You save the player's skin upon disconnection, and you load it upon connection and you set it upon spawning. Saving methods range from files to databases:
Y_INI: https://sampforum.blast.hk/showthread.php?tid=570957 and https://sampforum.blast.hk/showthread.php?tid=570912
SQLite: https://sampforum.blast.hk/showthread.php?tid=449536
MySQL: https://sampforum.blast.hk/showthread.php?tid=56564
Don't expect SQL to be a plug-and-play thing though. It's a language on its own and requires you to learn its syntax, conventions and errors/warnings.
You save the player's skin upon disconnection, and you load it upon connection and you set it upon spawning. Saving methods range from files to databases:
Y_INI: https://sampforum.blast.hk/showthread.php?tid=570957 and https://sampforum.blast.hk/showthread.php?tid=570912
SQLite: https://sampforum.blast.hk/showthread.php?tid=449536
MySQL: https://sampforum.blast.hk/showthread.php?tid=56564
Don't expect SQL to be a plug-and-play thing though. It's a language on its own and requires you to learn its syntax, conventions and errors/warnings.