:hallo:
My clan has a Call of Duty 4 HC server.
To watch for cheaters , especially for "wallhack undetected" we use both random and manual screenshots.
But, if user has antialias on (2x or more), the screen is always fully black.
The antialiasing variable is r_aasamples and i can see how players has it set by calling pb command: pb_sv_cvarval r_aasamples .
then i set MaM to sxecute this command simply by typing !aa in chat. When command is called the ss values for player is written on a *.var file that can be opened with textpad.
NOW: what i would like is:
- I would have variable values displayed on chat, like command !aliases or !pl (i type: !aa <arg>, console responds :<playername> <aavalue> ). Is it possible?
- There is a pb command that kick players whose vars are not sei in a certain range. Using this function for antialiasing is too "aggressive": I don't want kick a player just for using antialias. So I would like that the player, whose antialias var (r_aasamples) is not 1 (aa OFF), is warned 3 - 4 times and only finally kicked. like bad words...Is it possible?
Sorry for my bad English
Hope u can help me in one or both of question