2021-04-04, 09:06 AM
Honestly, if you have lack of experience with SQL you can try using Dini for it, although it's not the best.
If you select a skin, it will be the same after each respawn, if I correctly know.?
You can make a /skin command, store the skin id in a global array for MAX_PLAYERS, then call it with SetPlayerSkin at OnPlayerSpawn.
Quote:So for example, when the user selects their skin i want the player to keep their skin until they decide to change it manually, instead of the skin selection appearing everytime someone logs in.
If you select a skin, it will be the same after each respawn, if I correctly know.?
You can make a /skin command, store the skin id in a global array for MAX_PLAYERS, then call it with SetPlayerSkin at OnPlayerSpawn.