Will GetPlayerskin do this ? - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Will GetPlayerskin do this ? (
/showthread.php?tid=142052)
Will GetPlayerskin do this ? -
AlbanianGuy - 16.04.2010
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 ..
Re: Will GetPlayerskin do this ? -
Correlli - 16.04.2010
Post your code.
Re: Will GetPlayerskin do this ? -
AlbanianGuy - 17.04.2010
the code is
Код:
dUserSetINT(PlayerName(playerid)).("UserSkin",GetPlayerskin);
just tell me how to save the skin id .. cuz i know the rest ..
Re: Will GetPlayerskin do this ? -
XRVX - 17.04.2010
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)"
Re: Will GetPlayerskin do this ? -
AlbanianGuy - 17.04.2010
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 ?