28.01.2016, 08:38
Maybe if you add this anywhere in your script it will work?
Took it from LIFE-CMD.
Код:
public OnPlayerCommandFinish(playerid, cmdtext[], success)
{
//playerid - ID Player | cmdtext - You Command | success - returns true or false, that is, whether there is a command or not
return true;
}

