Hey there everyone.
So, I don't want to use cvars in my plugins.
Thats why I want to know how to achieve the same result without using cvar.
I did some with normal variables, but I am not able to do proper expression which checking the switch cvars ( 0 and 1 eg. amx_on ).
So can you guys help me out.
I have a variable amx_glow set to 1.
Now, I want to make a check in a function. Can you tell me how to do the proper check with a small example code ?
Thanks.