/setskin
#1

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?
Reply
#2

https://sampwiki.blast.hk/wiki/Fast_Commands
Reply
#3

Please search the forum. It has been answered before.
Reply
#4

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.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)