Posts: 1,466
Threads: 7
Joined: Jun 2009
Reputation:
0
Its most probably your OnPlayerCommandText if you're not using DCMD or ZCMD and return 1 instead of 0 at the end of commands.
Posts: 104
Threads: 37
Joined: Jul 2010
Reputation:
0
At the en d of commantext i made
return SendClientMessage(playerid,COLOR,"command not exist");
but it says SERVER: unknown command i don't understand what the f...
Posts: 100
Threads: 18
Joined: Jan 2010
Reputation:
0
Can you show the OnPlayerCommandText ?