Forum

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

Englisch image for all

9 Antworten
Zum Anfang Vorherige 1 Nächste Zum Anfang

alt image for all

superpegamento
User Off Offline

Zitieren
Hello, I have a problem as you can see I went up an image to make it look at my script normally, I see it but people do not and I put the servertransfer that may be? here the code

1
2
3
4
addhook("second" , "Bandera_Argentina")
function Bandera_Argentina(id)
image("gfx/Argentina.png",549,55,2,1)
end

sorry for my English, use translator

alt Re: image for all

Mora
User Off Offline

Zitieren
here i have one:

1
2
3
4
5
addhook("spawn","spimg")
function spimg(id)
		freeimage(id) 
		id=image("gfx/sprites/flare2.bmp",1,1,200+id)
end

Not work?(can be errors,i can forget for it,just tell me)
1× editiert, zuletzt 14.02.14 09:45:59

alt Re: image for all

M0BSTAZ
User Off Offline

Zitieren
@user Mora: yepit's cool

1
2
3
4
addhook("spawn","spimg")
function spimg()
image("gfx/Argentina.png",549,55,2+id)
end
Zum Anfang Vorherige 1 Nächste Zum Anfang
Einloggen, um zu antworten Scripts-ÜbersichtCS2D-ÜbersichtForenübersicht