14.09.2009, 13:04
It means you didn't added the command to OnPlayerCommandText callback.
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
dcmd(skin, 4, cmdtext);
return 0;
}