Forum

> > CS2D > Scripts > [REQ]Images at /gfx/ not showing up[TIBIA]
ForenübersichtCS2D-Übersicht Scripts-ÜbersichtEinloggen, um zu antworten

Englisch [REQ]Images at /gfx/ not showing up[TIBIA]

3 Antworten
Zum Anfang Vorherige 1 Nächste Zum Anfang

alt [REQ]Images at /gfx/ not showing up[TIBIA]

Runnin
User Off Offline

Zitieren
Hello members,
I need your help.
When i want to add a custom HUD image,
i change this code:
1
2
3
HUDImage = image('gfx/Molukia/MolukiaHUD.png', 565, 407+#CONFIG.STATS*CONFIG.PIXELS/2, 2)
imagescale(HUDImage, 130,CONFIG.PIXELS+#CONFIG.STATS*CONFIG.PIXELS)
imagealpha(HUDImage, 0,5)
to this:
1
2
3
HUDImage = image('gfx/Molukia/MolukiaHUD.png', 565, 407+#CONFIG.STATS*CONFIG.PIXELS/2, 2)
--imagescale(HUDImage, 130,CONFIG.PIXELS+#CONFIG.STATS*CONFIG.PIXELS)
imagealpha(HUDImage, 1)

The problem is, that when i run CS2D from the same folder as the dedicated server is located in, join the server and the HUDImage is just showing up fine.
But when i join the server with a clean installation of CS2D, it doesn't download the images in my custom folder named 'Molukia'. This goes with all the images in the my own images folder.
It doesn't download and show up for other people but me.
Help me please!

alt Re: [REQ]Images at /gfx/ not showing up[TIBIA]

Dimas541
User Off Offline

Zitieren
1
2
3
HUDImage = image('gfx/Molukia/MolukiaHUD.png', 500, 408+#CONFIG.STATS*CONFIG.PIXELS/2, 2)
imagescale(HUDImage, 140,CONFIG.PIXELS+#CONFIG.STATS*CONFIG.PIXELS)
imagealpha(HUDImage, 0,5)
Zum Anfang Vorherige 1 Nächste Zum Anfang
Einloggen, um zu antworten Scripts-ÜbersichtCS2D-ÜbersichtForenübersicht