Forum

> > CS2D > Scripts > image for all
Forums overviewCS2D overview Scripts overviewLog in to reply

English image for all

9 replies
To the start Previous 1 Next To the start

old image for all

superpegamento
User Off Offline

Quote
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

old Re: image for all

Mora
User Off Offline

Quote
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)
edited 1×, last 14.02.14 09:45:59 am

old Re: image for all

M0BSTAZ
User Off Offline

Quote
@user Mora: yepit's cool

1
2
3
4
addhook("spawn","spimg")
function spimg()
image("gfx/Argentina.png",549,55,2+id)
end
To the start Previous 1 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview