05.01.2013, 18:14
Use one var in multiply filterscripts
Hello,
i'm trying to build anticheat and i did like this:
end some stock to change the money...
i included this in 2 filterscripts (1 - cheat detect, 2 - admin mod) but when i changeing my money this restores me what i set on the cheat detect.
i make some tests and i got that the var pointing to different memory points, how i can do that the var pionts to one memory point?
Hello,
i'm trying to build anticheat and i did like this:
Код:
enum acEnum { pMoney }; new acInfo[MAX_PLAYERS][acEnum];
i included this in 2 filterscripts (1 - cheat detect, 2 - admin mod) but when i changeing my money this restores me what i set on the cheat detect.
i make some tests and i got that the var pointing to different memory points, how i can do that the var pionts to one memory point?