How to make skin saving?
#1

Hey,

I still got problems with making a skin saving filterscript...
so please could someone make one for me or teach me how to make it?

Thanks
Reply
#2

Why don't you just integrate it into your gamemode, not a filterscript?
Reply
#3

Doesn't matter for me, but I think it's easier for people who want to make this for me, to make it as a filterscript

I don't know...

Dirk
Reply
#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


Forum Jump:


Users browsing this thread: 1 Guest(s)