23.06.2010, 22:22
this will be a work-around, coz the OnPlayerSpawn usually dosnt resets the skin:
oops, i posted the DINI thing. i doubt that you are using the same filename...
Код:
public OnPlayerRequestClass(playerid, classid) { //... SetPVarInt(playerid,"Skin",classid); //... return 1; }
Код:
public OnPlayerSpawn(playerid) { SetPlayerSkin(playerid,GetPVarInt(playerid,"Skin")); //... return 1; }