Forum

> > CS2D > Scripts > HUD image
ForenübersichtCS2D-Übersicht Scripts-ÜbersichtEinloggen, um zu antworten

Englisch HUD image

3 Antworten
Zum Anfang Vorherige 1 Nächste Zum Anfang

alt HUD image

alluclone1
User Off Offline

Zitieren
Hi guys
im trying to make HUD image but i dont know how to make it
can someone make example it?
1× editiert, zuletzt 06.03.11 08:07:32

alt Re: HUD image

Banaan
User Off Offline

Zitieren
You have to use the Lua image() function for it. Read cs2d/sys/lua/info.txt and search for IMAGE for more info if you already know a little Lua scripting. You should also take a look at some samples and scripts using these HUD images.

1
local hud_img = image("gfx/sprites/myhudimg.png", 0, 1, 2)

Will create the same hud image for all players.
1× editiert, zuletzt 05.03.11 22:30:10

alt Re: HUD image

Mechanolith
User Off Offline

Zitieren
As Bannan says, you should use lua scripts, i tought you wanted to make gfx...
Zum Anfang Vorherige 1 Nächste Zum Anfang
Einloggen, um zu antworten Scripts-ÜbersichtCS2D-ÜbersichtForenübersicht