20.06.2010, 15:36
okay, I have made a command "/setskin"
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?
pawn Код:
if(strcmp(cmd, "/setskin", true) == 0)
{
SetPlayerSkin(playerid);
return 1;
}