Reset Skin
#4

Use dini, it's not hard. GetPlayerSkin(); when they spawn and save it.

Or this could be easier, skin saving would be more helpful if you wanted to load the same skin every time you play.
pawn Код:
new Skin;

public OnPlayerRequestSpawn(playerid)
{
     GetPlayerSkin(Skin);
     return 1;
}
Then in you DCMD command
pawn Код:
SetPlayerSkin(Skin);
Reply


Messages In This Thread
Reset Skin - by willsuckformoney - 31.07.2010, 11:52
Re: Reset Skin - by V1ceC1ty - 31.07.2010, 12:04
Re: Reset Skin - by willsuckformoney - 31.07.2010, 12:08
Re: Reset Skin - by V1ceC1ty - 31.07.2010, 12:17
Re: Reset Skin - by willsuckformoney - 31.07.2010, 12:22
Re: Reset Skin - by V1ceC1ty - 31.07.2010, 12:24
Re: Reset Skin - by willsuckformoney - 31.07.2010, 12:32

Forum Jump:


Users browsing this thread: 1 Guest(s)