It only works in DM and TDM..
1
2
3
4
5
6
2
3
4
5
6
local id=image("gfx/4V/newradar.png",0,0,2)
imagecolor(id,255,0,0)
imageblend(id,1)
imagealpha(id,0.5)
imagescale(id,2,3)
imagepos(id,30,30,45)
Scripts
HUD Img error.
HUD Img error.
1

local id=image("gfx/4V/newradar.png",0,0,2)
imagecolor(id,255,0,0)
imageblend(id,1)
imagealpha(id,0.5)
imagescale(id,2,3)
imagepos(id,30,30,45)
addhook("startround","_startround")
function _startround()
	local id=image("gfx/4V/newradar.png",0,0,2)
	imagecolor(id,255,0,0)
	imageblend(id,1)
	imagealpha(id,0.5)
	imagescale(id,2,3)
	imagepos(id,30,30,45)
end
Apache uwu: Thanks, this works!
1
