Will GetPlayerskin do this ?
#1

i have a registering system .. and i want to save the player's skin .will GetPlayerSkin(playerid); work ?cuz i tested it .. and it doesnt write the skin id down to the file of the player ...now how to do it ? i have been working on that for 2 hours .. and i couldnt ..
Reply
#2

Post your code.
Reply
#3

the code is
Код:
dUserSetINT(PlayerName(playerid)).("UserSkin",GetPlayerskin);
just tell me how to save the skin id .. cuz i know the rest ..
Reply
#4

Quote:
Originally Posted by AlbanianGuy
the code is
Код:
dUserSetINT(PlayerName(playerid)).("UserSkin",GetPlayerskin);
just tell me how to save the skin id .. cuz i know the rest ..
Here:
pawn Код:
dUserSetINT(PlayerName(playerid)).("UserSkin",GetPlayerSkin(playerid));
You forgot to tell the code where sould it take the skin from "(playerid)"
Reply
#5

Quote:
Originally Posted by XRVX
Quote:
Originally Posted by AlbanianGuy
the code is
Код:
dUserSetINT(PlayerName(playerid)).("UserSkin",GetPlayerskin);
just tell me how to save the skin id .. cuz i know the rest ..
Here:
pawn Код:
dUserSetINT(PlayerName(playerid)).("UserSkin",GetPlayerSkin(playerid));
You forgot to tell the code where sould it take the skin from "(playerid)"
lol i forgot to tell u that i already did it .. cuz over here i forgot to puth te (playerid) ... and it silll doesnt work .. and to the saved file it just shows 1 or 12 .. maybe they are the skins ?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)