1
2
3
4
5
6
7
8
9
10
2
3
4
5
6
7
8
9
10
addhook("startround","_rp_startround")
function _rp_startround(id)
		for ids = 1,32 do
			local id=image("gfx/7hud/full.png",555,300,2)
				imagecolor(id,255,255,255)
			imagealpha(id,0.5)
		end
	end
end
There is no error.
The script should do the local id=image thing every round restart.
Thanks.
Why doesn't it work?
1 
Offline
GeoB99
?