23.06.2010, 22:07
did you try to set the skin after a player spawned?
Код:
public OnPlayerSpawn(playerid) { SetPlayerSkin(playerid, dini_Int(file, "Skin")); //... blablabl return 1; }