I was just wondering why on one plugin I made, the command says unknown command but it works. Like say I did
Code:
register_clcmd("amx_die","kill_me",flag,"Goodbye")
It would say in my console, unknown command "amx_die". Anyone know why this happens even though the command works. Is it because of a return?
Also, what does %L mean?