Open alexnita3 opened 2 years ago
For example:
This https://github.com/alexnita3/GalaxyRP/blob/develop/codemp/game/g_cmds.c#L16318
Should be replaced with something like:
trap->SendServerCommand(ent - g_entities, "print \"^1Command Usage: /givexp <player name/ID>\n^3Example: /givexp Alex\n\"");
List of all commands can be found here: https://github.com/alexnita3/GalaxyRP/blob/develop/codemp/game/g_cmds.c#L19973
The message to be displayed whenever a command was run with improper arguments should be changed to look like: "^1Command Usage: insert description \n ^3Example Usage: insert example usage"
This should happen for all commands where a message of the kind already exists.