Forum

> > CS2D > Scripts > I need a Logo Lua
Forums overviewCS2D overview Scripts overviewLog in to reply

English I need a Logo Lua

1 reply
To the start Previous 1 Next To the start

old I need a Logo Lua

_Vipersiax
User Off Offline

Quote
I am planning to do something but i can't find any logo lua's on the website, what i want is in the middle and up of screen theres gonna be a random little picture for a logo like old server of Iran Town.

old Re: I need a Logo Lua

jerezinho
User Off Offline

Quote
1
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
To the start Previous 1 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview