19.03.2013, 22:49
Quote:
|
I created a command - "/commands"
if I type "/commands" - the command runs succesfully if I type "/COMMANDS" - the command results to unknown command if I type "/CoMmAnDs" - the command results to unknown command Help with this? Btw, nice plugin. |
Код:
LIFE:command(playerid, params[]) //(command) You command no slash (/)
{
// You code
return true;
}


