new PlayerSkin[MAX_PLAYERS]; // On top of your script.// Before SetPlayerSkin(playerid, skinid);PlayerSkin[playerid] = skinid;// Under OnPlayerSpawn.SetPlayerSkin(playerid, PlayerSkin[playerid]);