25.05.2015, 00:45
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:
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;
}