i fixed it by calling this func lfrom another func
i used ns2amx for 0.16, it has this command (called get_ent(classname[],Value) [ here i used get_ent("team_command",0) ])
also with amx i could use this in plugin_precache()
Code:
if ( is_combat() && ( get_ent("team_command",0) > 1 ) )
with amxx 0.16 and 0.2 only is_combat() works
__________________