05.02.2010, 14:29
Hey, guys.
Look, this is my OnPlayerCommandText:
I'm using zcmd + sscanf, so i didn't need this.
But then i type something wrong, like
It says
But it should say:
Where's the problem? Thanks for help.
Look, this is my OnPlayerCommandText:
Код:
public OnPlayerCommandText(playerid,cmdtext[]) { return SendClientMessage(playerid,COLOR,"Maybe u will help [ /commands ] ?"); }
But then i type something wrong, like
Код:
/askdjojasd
Код:
SERVER:Unknow command
Код:
Maybe u will help [ /commands ] ?