skin not saving/loading properly
#6

Код:
public OnPlayerSpawn(playerid)
{
        SetPlayerSkin(playerid, skin[playerid]);
	return 1;
}
Also
Код:
SetPVarInt(playerid,"Useskin",1);
if you are trying to set the skinid for the pvar, then you are doing it wrong here.

It should be:

Код:
SetPVarInt(playerid,"Useskin",skinid);
Reply


Messages In This Thread
skin not saving/loading properly - by Counterafk - 11.10.2015, 22:29
Re: skin not saving/loading properly - by rinori - 11.10.2015, 22:43
Re: skin not saving/loading properly - by Unte99 - 11.10.2015, 22:43
Re: skin not saving/loading properly - by Jefff - 11.10.2015, 22:47
Re: skin not saving/loading properly - by Counterafk - 11.10.2015, 22:53
Re: skin not saving/loading properly - by Unte99 - 11.10.2015, 22:59
Re: skin not saving/loading properly - by Counterafk - 11.10.2015, 23:07

Forum Jump:


Users browsing this thread: 2 Guest(s)