SA-MP Forums Archive
/setskin - 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: /setskin (/showthread.php?tid=155998)



/setskin - Luis- - 20.06.2010

okay, I have made a command "/setskin"
pawn Код:
if(strcmp(cmd, "/setskin", true) == 0)
    {
      SetPlayerSkin(playerid);
        return 1;
    }
I need to know how i can make it so i can do /setskin then type a skin ID in then the player will get the skin?


Re: /setskin - MadeMan - 20.06.2010

https://sampwiki.blast.hk/wiki/Fast_Commands



Re: /setskin - DJDhan - 20.06.2010

Please search the forum. It has been answered before.


Re: /setskin - gtapolicemods - 20.06.2010

Just FYI in that command you are going to want to make sure that you script it to set it for that player because the way you have it now it would do it for yourself.