13.08.2012, 19:23
Ahh oke ty man,
This is my CMD for the skin:
But this didnt work, whats wrong with it
This is my CMD for the skin:
PHP код:
CMD:skin(playerid,params[])
{
new id;
if(cmdtext, "d", id)) SendClientMessage(playerid, COL_ORANGE, "You must be type /skin <skinid>");
if(id < 300)
{
SetPlayerSkin(playerid, id);
}
else SendClientMessage(playerid, COL_ORANGE, "Sorry, that skinID is invalid. There are only skin 0 to 299.");
return 1;
}
return 0;
}