Edit
This is what i made :
1
2
3
4
5
6
7
8
9
10
11
12
2
3
4
5
6
7
8
9
10
11
12
if sample==nil then sample={} end
sample.santahat={}
function sample.santahat.everyonesanta()
	for i=1,32,1 do
		id=image("gfx/cp/53.bmp",1,0,100+i)
	end
end
sample.santahat.everyonesanta()
addhook("startround","sample.santahat.startround")
function sample.santahat.startround()
	sample.santahat.everyonesanta()
end
Spawn Image
1 
Offline

Jynxxx
