how to change the skin - 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: how to change the skin (
/showthread.php?tid=124336)
how to change the skin -
Fetek - 30.01.2010
hi everyone, im just making a new gamemod but i can maka change the skin with a command.
What i want to do is, when i put /accept and the playerid, it changes the skin of the player.
can you please give me an example of what can i do
Thanks for your answers.
Re: how to change the skin -
wangdata - 30.01.2010
http://forum.sa-mp.com/index.php?topic=146642
Re: how to change the skin -
Fetek - 30.01.2010
oh thanks man, that help me a lot but what i really want to do is
change the skin of the other player.
for example i type /accept playerid 3 the skin of that player
the skin of that player will change to x skin.
Re: how to change the skin -
sidhu123 - 30.01.2010
Do all your accept thing, and after that use SetPlayerSkin(playerid, [SKIN ID])
Re: how to change the skin -
Fetek - 30.01.2010
yes but, thats what i dont know how to do