09.09.2011, 14:44
You need to add the dcmd code to OnPlayerCommandText, for example:
Edit: Sorry, had the parameters the wrong way around.
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
dcmd(heal, 4, cmdtext);
return 0;
}