I'm working with amxx plugin for the Call of Duty modification for CS 1.6 server and I have a question about one class.
The first class has invisibility and the second class can see that first guy.
For now I'm using AddToFullPack function for the second guy to see the first oneinvisible player but it's really hard on the processor usage, it simply executes too many times...
Is there any other function I could use for that kind of check with better optimalization, not so resource heavy?