Forum

> > CS2D > Scripts > I need a Logo Lua
ForenübersichtCS2D-Übersicht Scripts-ÜbersichtEinloggen, um zu antworten

Englisch I need a Logo Lua

1 Antwort
Zum Anfang Vorherige 1 Nächste Zum Anfang

alt I need a Logo Lua

_Vipersiax
User Off Offline

Zitieren
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.

alt Re: I need a Logo Lua

jerezinho
User Off Offline

Zitieren
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
Zum Anfang Vorherige 1 Nächste Zum Anfang
Einloggen, um zu antworten Scripts-ÜbersichtCS2D-ÜbersichtForenübersicht