skin selection
#1

hi. i want to make skin save so when player register they can pick class and when player re-login after he quit, he can go to skin selection screen and the first skin will be the skin he had before/when he register.

i have Onplayerspawn:
pawn Код:
SetPlayerSkin(playerid,dUserINT(PlayerName(playerid)).("Skin"));
i have this on Onplayerdisconnect:
pawn Код:
new skinid = GetPlayerSkin(playerid);
dUserSetINT(PlayerName(playerid)).("Skin",skinid);
am i doing wrong? and now how i am supposed to do?
Reply


Messages In This Thread
skin selection - by TheDiscussionCafe - 02.06.2012, 15:18
Re: skin selection - by TheDiscussionCafe - 02.06.2012, 15:43
Re: skin selection - by Niko_boy - 02.06.2012, 15:50
Re: skin selection - by TheDiscussionCafe - 02.06.2012, 15:58
Re: skin selection - by Niko_boy - 02.06.2012, 16:02
Re: skin selection - by TheDiscussionCafe - 02.06.2012, 17:32

Forum Jump:


Users browsing this thread: 1 Guest(s)