03.11.2012, 13:57
You didn't return anything with OnPlayerCommandText
Ex:
As for the tag mismatch, you need to show us that specific line in order for use to help you.
Ex:
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
return 1;
}