- Joined
- Dec 31, 2007
- Messages
- 780
Hi guys...
Ive found here a topic made by the creator of the AMHS (anti map hack system) where he posted his work to prevent hacking programs...
inside the map he provided was very well explained everything
i make this post just to ask something that is for shure noobish... but i have no idea on how to deal with jass and the whole sistem is on it...
the only issue i have problems with is the las 3 lines of command on each separated hack searching trigger (the triggers to detect hacks are 3 and i have the same problem with the 3 of them, so... it is basicly one problem)
ill try to add this system to my map but i need to solve this... the rest of the issues may be solved by reading the comments on the jass script...
the system is posted here http://wc3campaigns.net/showthread.php?t=97922
guess there is no point in posting the line that makes me trouble .. but... here it is
function InitTrig_FogDetect_Engine takes nothing returns nothing
set gg_trg_FogDetect_Engine = CreateTrigger( )
endfunction
thats the line
---------------------
set gg_trg_FogDetect_Engine = CreateTrigger( ) <-- is something missing here?
Ive found here a topic made by the creator of the AMHS (anti map hack system) where he posted his work to prevent hacking programs...
inside the map he provided was very well explained everything
i make this post just to ask something that is for shure noobish... but i have no idea on how to deal with jass and the whole sistem is on it...
the only issue i have problems with is the las 3 lines of command on each separated hack searching trigger (the triggers to detect hacks are 3 and i have the same problem with the 3 of them, so... it is basicly one problem)
ill try to add this system to my map but i need to solve this... the rest of the issues may be solved by reading the comments on the jass script...
the system is posted here http://wc3campaigns.net/showthread.php?t=97922
guess there is no point in posting the line that makes me trouble .. but... here it is
function InitTrig_FogDetect_Engine takes nothing returns nothing
set gg_trg_FogDetect_Engine = CreateTrigger( )
endfunction
thats the line
---------------------
set gg_trg_FogDetect_Engine = CreateTrigger( ) <-- is something missing here?