25.05.2014, 19:45
pawn Код:
//under onplayerdisconnect...
new skinny = GetPlayerSkin(playerid);
PlayerInfo[playerid][skin] == skinny; //add skin in your saving system.
//under onplayerspawn (first check if it is the player's first spawn.)
SetPlayerSkin(playerid,PlayrerInfo[playerid][skin]);