13.10.2009, 17:45
Well, like I told someone else earlier on, just find a nice register + login system, save their variable into their file (pSkin?), then OnPlayerSpawn, load that variable using
pawn Код:
public OnPlayerSpawn(playerid)
{
SetPlayerSkin(playerid, PlayerInfo[playerid][pSkin]);
return 1;
}

