Forum

> > CS2D > Scripts > Server icon ?
ForenübersichtCS2D-Übersicht Scripts-ÜbersichtEinloggen, um zu antworten

Englisch Server icon ?

6 Antworten
Zum Anfang Vorherige 1 Nächste Zum Anfang

alt Server icon ?

Kirito2K
User Off Offline

Zitieren
Hi all , i have a icon for my server to put it in game , so players can see it , like in file cs2d CS2D Minecraft Lua , look at the right up corner , i wanna that script ..

It's simple and easy .

alt Re: Server icon ?

Ajmin
User Off Offline

Zitieren
1
2
3
4
5
6
7
8
9
10
HUDImage = image("destination", 550, 350, 2)
--imagescale(HUDImage, 130,28)
imagealpha(HUDImage, 1)

addhook("startround","sta")
function sta()
HUDImage = image("destination", 550, 350, 2)
--imagescale(HUDImage, 130,28)
imagealpha(HUDImage, 0.9)
end

Change the destination.
Zum Anfang Vorherige 1 Nächste Zum Anfang
Einloggen, um zu antworten Scripts-ÜbersichtCS2D-ÜbersichtForenübersicht