Saving / Unsaving - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Saving / Unsaving (
/showthread.php?tid=654065)
Saving / Unsaving -
Chanty420 - 20.05.2018
So first let me explain the game mode i use,
"Zombie Apocalypse Afterlife" that I got from here. So in That gamemode, if a player buys skins & weapons in 1 map & if he dies or evac's he get the same skin in the next map with weapons. Same case happens in zombie class too. How to reset the player skin's & weapons after a map?
Can anyone help me?
Re: Saving / Unsaving -
GTLS - 20.05.2018
Allow Player to select new skin using dialogs or TDs how ever you like after OnPlayerDeath or OnPlayerSpawn.
Re: Saving / Unsaving -
Chanty420 - 20.05.2018
but how to stop saving the player skins

i want that first.
Re: Saving / Unsaving -
DarkSkull - 20.05.2018
Look for the part in the code that processes the Player dying/evacing part. There you are likely to see the saving part. You just remove that. That's all.
We can only do soo little without you not giving us any code.