How to make a command
#3

He isn't asking for anything else, he is asking for Z-CMD. You shouldn't be advertising includes when he is asking for something he wants, not asking for something else.

You can find Z-CMD here:
http://pastebin.com/2qdq8MTN

And as for the command:

pawn Код:
CMD:setmyskin(playerid, params[])
{
      new skin = strval(params);
      if(skin < 0 || skin > 311) return SendClientMessage(playerid, -1, "Invalid skin!");

      SetPlayerSkin(playerid, skin);
      return 1;
}
Reply


Messages In This Thread
How to make a command - by 7Ahmad7 - 24.05.2015, 23:23
Re: How to make a command - by AlonzoTorres - 25.05.2015, 00:41
Re: How to make a command - by Abagail - 25.05.2015, 00:45
Re: How to make a command - by 7Ahmad7 - 25.05.2015, 01:08
Re: How to make a command - by SickAttack - 25.05.2015, 01:11
Re: How to make a command - by Yashas - 25.05.2015, 01:58
Re: How to make a command - by Abagail - 25.05.2015, 02:05
Re: How to make a command - by 7Ahmad7 - 25.05.2015, 12:08
Re: How to make a command - by Ghazal - 25.05.2015, 12:12
Re: How to make a command - by 7Ahmad7 - 25.05.2015, 12:22

Forum Jump:


Users browsing this thread: 2 Guest(s)