Forum
Scripts
I need a Logo Lua
I need a Logo Lua
1 reply
1

1
2
3
4
5
6
7
8
9
10
2
3
4
5
6
7
8
9
10
HUDImage = image('gfx/your.image.here.png', 322, 26, 2)
--imagescale(HUDImage, 130,28)
imagealpha(HUDImage, 1)
addhook("startround","_sta")
function _sta()
HUDImage = image('gfx/your.image.here.png'', 322, 26, 2)
--imagescale(HUDImage, 130,28)
imagealpha(HUDImage, 1)
end
1

Offline