Quote:
Originally Posted by SomebodyAndMe
So I have to add all my commands to that? Isn't there a smarter way to do this? Like return string;
pawn Код:
new string[128]; format(string, sizeof(string), "Sorry we do not know the command");
return string;
|
Why would you format a string when its a static message?