31.05.2012, 08:36
Hi, I have removed
under the OnPlayerCommandText lines and I have added
To show the players the commands which aren't existing, but
maybe isn't the right function.
When I type wrong command it doesn't show this message it crashes the server.How can I fix that?
pawn Код:
return 0;
}
pawn Код:
return SendClientMessage(playerid,0xFFFFFFAA,"The command {FF0000}%s {FFFFFF}doesn't exist.");
}
Код:
%s
When I type wrong command it doesn't show this message it crashes the server.How can I fix that?