10.02.2013, 16:48
Can any one help me when I enter a command not exist it's showen me the text Server:unkown command
How I can remove it
If you can help me please help
How I can remove it

If you can help me please help

public OnPlayerCommandText
{
here is where you got your commands
return 0;
}
//under OnPlayerCommandPerformed
if(!success)
{
return 0;
}