full code is pretty big, if u want to see it go to
http://forums.alliedmods.net/showthread.php?t=74581
doesnt work
Quote:
public client_putinserver(id) {
if(msg_hide != 0)
return PLUGIN_CONTINUE
|
works
Quote:
public client_putinserver(id) {
log_amx("msg_hide = %d", msg_hide)
if(msg_hide != 0)
return PLUGIN_CONTINUE
|
what the hell :\
P.S. i got error from example 1, and i did test with log_amx like as example 2, but with this line all works fine
__________________