SA-MP Forums Archive
savin ur skin - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: savin ur skin (/showthread.php?tid=65878)



savin ur skin - My_Waffles_Bitch_L0L - 17.02.2009

if i made an command for changin skin, how do i get the player to still keep that skin when the player dies, and spawns again?


Re: savin ur skin - MenaceX^ - 17.02.2009

Save the player skin in an enum, Make save on /setskin or what ever is your command.
Then, Go to the public OnPlayerSpawn.
And do like
SetPlayerSkin(playerid,enumskin);