2021-03-13, 11:47 PM
(2021-03-13, 10:05 PM)Radical Wrote: Which command processor does the gm use?
If it is dcmd, you should also change the command name in OnPlayerCommandText.
Also, in some parts of the script, this command may be called this way:
PHP Code:MyFunction(playerid) {
? ? return cmd_colgar(playerid, "");
}
You should rename it to the new name.
I'm using zcmd, some commands do have that, but check the name multiple times and it remains the same.