FallingSheep
OpenDayZ Lord!
how it go?
im still downloading client ....slow ass work net

trying timer script i got from here
http://www.ofpec.com/forum/index.php?topic=30295.0;wap2
im still downloading client ....slow ass work net
dosnt workJust waiting on epoch 1.0.4.2 client download (at work lol)
and will test new timer, if any scripting gurus out there this is what im testing is this right?
Code://ANTISPAM LEAVING SAFZONE if (AGN_safeZoneAntispam )then{ if (AGN_enteredSafezone) then{ _timer = 1; //SET TIMER DEFAULT //Timer Test for "_i" from 1 to 120 step 1 do {_timer = (_timer + 1);}; If (_timer >= 120){ AGN_enteredSafezone = false; if ( AGN_safeZoneMessages ) then { systemChat ("[AGN] Antispam - You will now be protected when entering trader zones.");}; _timer = 1; }; }; };
trying timer script i got from here
http://www.ofpec.com/forum/index.php?topic=30295.0;wap2