how can i kill +showscore ?? i tried so :
if(is_user_alive(1))
{
if (button == IN_SCORE)
{
client_cmd(id, "lol")
set_hudmessage(255,255,255,-1.0,0.55,0,0.1,5.0,0.0,0.0,1);
show_hudmessage(id,"Only Dead users can see the Table!!");
}
}
the hud message willbe showed under the table & score works perfect. so i cant kill this cmd


in console : unknown cmd lol ...
but play can see the score....
__________________