# indik if Enable_scalepic = 1: !0=reverse, 1=100%, 2=value. copy from 1.2.5, modify by illume if ARGS[1] < 1: ARGS[1] = 1 if ARGS[1] > 100: ARGS[1] = 100 ! scalewidth default = 120px if Enable_scalewidth > 1: max_width = Enable_scalewidth-1 else max_width = 120 end if Enable_scaleheight > 1: _height = Enable_scaleheight-1 else _height = 15 end _width = ARGS[1] * max_width / 100 if ARGS[1] < 30: $_color = iif(ARGS[0] > 0,'green','red') if ARGS[1] >= 30 and ARGS[1] < 70 and ARGS[0] = 0: $_color = 'blue' ! reverse colors if ARGS[1] >= 30 and ARGS[1] < 50 and ARGS[0] > 0: $_color = 'yellow' if ARGS[1] >= 50 and ARGS[1] < 70 and ARGS[0] > 0: $_color = 'orange' ! --- if ARGS[1] >= 70: $_color = iif(ARGS[0]> 0,'red','green') $result = ' '+ARGS[2]+' ' $ind = $result killvar 'max_width' killvar '_width' killvar '_height' killvar '$_color' else if cheatStatusBars = 1: i = 2 else i = 3 end if Enable_statfsize > 0 and Enable_statfsize < i:i = Enable_statfsize a = ARGS[1] a1 = ARGS[2] if $ARGS[0] = '1': if Enable_Android = 1: if a >= 65: $ind = '<>' elseif a >= 35: $ind = '<>' else $ind = '<>' end else if a >= 100: $ind = '>> ████████████████████ <>' elseif a >= 95: $ind = '>> ███████████████████_ <>' elseif a >= 90: $ind = '>> ██████████████████__ <>' elseif a >= 85: $ind = '>> █████████████████___ <>' elseif a >= 80: $ind = '>> ████████████████____ <>' elseif a >= 75: $ind = '>> ███████████████_____ <>' elseif a >= 70: $ind = '>> ██████████████______ <>' elseif a >= 65: $ind = '>> █████████████_______ <>' elseif a >= 60: $ind = '>> ████████████________ <>' elseif a >= 55: $ind = '>> ███████████_________ <>' elseif a >= 50: $ind = '>> ██████████__________ <>' elseif a >= 45: $ind = '>> █████████___________ <>' elseif a >= 40: $ind = '>> ████████____________ <>' elseif a >= 35: $ind = '>> ███████_____________ <>' elseif a >= 30: $ind = '>> ██████______________ <>' elseif a >= 25: $ind = '>> █████_______________ <>' elseif a >= 20: $ind = '>> ████________________ <>' elseif a >= 15: $ind = '>> ███_________________ <>' elseif a >= 10: $ind = '>> ██__________________ <>' elseif a >= 5: $ind = '>> █___________________ <>' elseif a >= 1: $ind = '>> ▓___________________ <>' elseif a <= 0 : $ind = '>> ____________________ <>' end end end if $ARGS[0] = '2': if Enable_Android = 1: if a >= 85: $ind = '<>' elseif a >= 65: $ind = '<>' elseif a >= 45: $ind = '<>' elseif a >= 25: $ind = '<>' else $ind = '<>' end else if a >= 100: $ind = '>> ████████████████████ ' elseif a >= 95: $ind = '>> ███████████████████_ ' elseif a >= 90: $ind = '>> ██████████████████__ ' elseif a >= 85: $ind = '>> █████████████████___ ' elseif a >= 80: $ind = '>> ████████████████____ ' elseif a >= 75: $ind = '>> ███████████████_____ ' elseif a >= 70: $ind = '>> ██████████████______ ' elseif a >= 65: $ind = '>> █████████████_______ ' elseif a >= 60: $ind = '>> ████████████________ ' elseif a >= 55: $ind = '>> ███████████_________ ' elseif a >= 50: $ind = '>> ██████████__________ ' elseif a >= 45: $ind = '>> █████████___________ ' elseif a >= 40: $ind = '>> ████████____________ ' elseif a >= 35: $ind = '>> ███████_____________ ' elseif a >= 30: $ind = '>> ██████______________ ' elseif a >= 25: $ind = '>> █████_______________ ' elseif a >= 20: $ind = '>> ████________________ ' elseif a >= 15: $ind = '>> ███_________________ ' elseif a >= 10: $ind = '>> ██__________________ ' elseif a >= 5: $ind = '>> █___________________ ' elseif a >= 1: $ind = '>> ▓___________________ ' elseif a <= 0 : $ind = '>> ____________________ ' end end end end --- indik ---------------------------------