How to make skin saving?
#4

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;
}
Reply


Messages In This Thread
How to make skin saving? - by dirkblok - 13.10.2009, 15:22
Re: How to make skin saving? - by (.Aztec); - 13.10.2009, 16:06
Re: How to make skin saving? - by dirkblok - 13.10.2009, 16:29
Re: How to make skin saving? - by (.Aztec); - 13.10.2009, 17:45

Forum Jump:


Users browsing this thread: 1 Guest(s)