Posts: 142
Threads: 28
Joined: Jan 2009
Reputation:
0
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?
Posts: 3,262
Threads: 30
Joined: Aug 2008
Reputation:
0
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);