31.07.2010, 12:17
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.
Then in you DCMD command
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;
}
pawn Код:
SetPlayerSkin(Skin);