skin changes when dieing o_o
#4

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


Messages In This Thread
skin changes when dieing o_o - by Owenlishious - 23.06.2010, 21:59
Re: skin changes when dieing o_o - by Babul - 23.06.2010, 22:07
Re: skin changes when dieing o_o - by Owenlishious - 23.06.2010, 22:11
Re: skin changes when dieing o_o - by Babul - 23.06.2010, 22:22
Re: skin changes when dieing o_o - by Owenlishious - 23.06.2010, 22:28
Re: skin changes when dieing o_o - by Babul - 23.06.2010, 22:38
Re: skin changes when dieing o_o - by Owenlishious - 23.06.2010, 22:54
Re: skin changes when dieing o_o - by Babul - 23.06.2010, 23:14
Re: skin changes when dieing o_o - by Owenlishious - 24.06.2010, 00:26

Forum Jump:


Users browsing this thread: 1 Guest(s)