PDA

View Full Version : Close table score.



maxdamage99
9th December 2016, 09:03
How i can close score-menu, if player call it.
example:


/*...*/
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)
}
/*...*/

IzNoGoD
9th December 2016, 11:32
you cannot

Ni3ls
9th December 2016, 12:28
clientcommand(-score);

?

maxdamage99
9th December 2016, 12:52
you cannot
Yes?

clientcommand(-score);

?
Omg,ty :D