Es keygroupfilter
From EventScripts Community Encyclopedia
|
[edit] OverviewSyntax: Note: Command parameters are described inside the
< and > characters. Optional parameters are contained within [ and ] characters.Variation of this command that doesn't expand variables: es_xkeygroupfilter [edit] DescriptionApplies a filter to prune a keygroup. You can filter the keygroup such that it includes "only" keys with the valuename/value pair, or you can filter it such that the keygroup only includes keys that do "not" include the valuename/value pair. [edit] Parameters
[edit] Examples// filter for bots only es_createplayerlist mylist es_keygroupfilter mylist only isbot 1 // filter by team es_createplayerlist mylist es_keygroupfilter mylist only teamid 3 // filter for players with kills es_createplayerlist mylist es_keygroupfilter mylist not kills 0
[edit] Notes
[edit] See also |
