Hi everyone. So I'm having problem with my grab menu.
PHP Code:
switch(item)
{
case 0:
{
client_cmd(id,"say @@ text")
}
case 1:
{
client_cmd (id,"say @@ text...");
}
}
return PLUGIN_HANDLED;
}
So its admin grab menu. Case 0(Button 1) works. And stupid second case(button 2) doesn't work because stupid "anti slowhacking". But it's made for steam admins. So... how to avoid this ?