How i can close score-menu, if player call it.
example:
PHP Code:
/*...*/
if(args[0]=="score"||args[0]=="scores")
{
self closemenu("score"); //no work :D
return; // if only return; -table show, but no show server statistic (score,team,players)
}
/*...*/