I mean : image .. maybe flare walking behind you. something like x-1...Can someone help?
Forum




Script Question
5 replies



I mean : image .. maybe flare walking behind you. something like x-1...Can someone help?
1
2
3
4
5
6
7
8
9
10
11
2
3
4
5
6
7
8
9
10
11
image_id = image("gfx/flare.bmp",0,0,1)
addhook("always","_always")
function _always()
imagepos(image_id,player(1,"x"),player(1,"y")-24,0)
end
addhook("startround","_startround")
function _startround()
image_id = image("gfx/flare.bmp",0,0,1)
end
And cookie for You


Just make sure you use a more descriptive title next time.



