[HELP] Selectable current skin
#1



Hello guys,

My problem is:
"When I press the F4 comes to skin select menu. And this skin is CJ SKIN. But I want to this skin is (be) character's current skin."

How do I ?

Reply
#2

u mean, put other skins?
Reply
#3

Quote:
Originally Posted by RatHack
View Post
u mean, put other skins?
He's trying to say that he wants the skin that the player had to show up in the class selection instead of CJ's skin.
Reply
#4

pawn Code:
public OnPlayerDeath(playerid,killerid,reason)
{
  SetPVarInt(playerid,"Skin",GetPlayerSkin(playerid));
  return 1;
}

public OnPlayerRequestClass(playerid,classid)
{
  SetPlayerSkin(playerid,GetPVarInt(playerid,"Skin"));
  return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)