22.06.2016, 12:57
You need to make sure the commands are outside all functions.. so on it's own and then you also need to change the return value within OnPlayerCommandText to 0.
Код:
public OnPlayerCommandText(playerid, cmdtext[]) { return 0; }