FUP script

:local traf;
/queue simple
:for i from=10 to=55 do ={
:local ip "192.168.33.$i/32"
:if ([/queue simple find dst-address=($ip)] != "") do={
:set traf [get [find dst-address=($ip)] total-bytes]
:if ($traf > 360000000) do ={
set [find dst-address=($ip)] max-limit= 256000/246000
}
}
}

This script don`t work on MK 3.4
Can somebody help ? thanks

V3.4 introduced a scripting bug.
http://forum.mikrotik.com/t/3-4-script-weirdness-put-string1-string2/19627/1

-Louis

Could anybody send me whole script? I´m a begginer so I´don´t know much about scripting in MT. Thanks

Do you have modified version of FUP script which is working on versions 3.x? Can you help me with this? Thank you for reply