• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Pawn] How to save the position/skin of the player after exiting?
#5
Honestly, if you have lack of experience with SQL you can try using Dini for it, although it's not the best.



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.
  Reply


Messages In This Thread
RE: How to save the position/skin of the player after exiting? - by destiezk - 2021-04-04, 09:06 AM

Forum Jump: