Forum

> > CS2D > Scripts > Server icon ?
Forums overviewCS2D overview Scripts overviewLog in to reply

English Server icon ?

6 replies
To the start Previous 1 Next To the start

old Server icon ?

Kirito2K
User Off Offline

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

old Re: Server icon ?

Ajmin
User Off Offline

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