Forum

> > CS2D > Scripts > Image Problem
Forums overviewCS2D overview Scripts overviewLog in to reply

English Image Problem

4 replies
To the start Previous 1 Next To the start

old Image Problem

modem111
User Off Offline

Quote
Help Pls

1
2
3
4
5
6
7
8
9
10
img={}
img[1]={ks="bok"}

addhook("say","ss")
function ss(id,t)
if (t=="ss") then
	for a=1,#img do
	id1=image("gfx/'img[a].ks'.bmp",1,1,200+id)

i Haven't End Problem :)

Not Work Help pls
edited 1×, last 12.03.11 01:11:12 pm

old Re: Image Problem

J4x
User Off Offline

Quote
maybe if u add some ends to the code?
1
2
3
4
5
6
7
8
9
10
11
img={}
img[1]={ks="bok"}

addhook("say","ss")
function ss(id,t)
if (t=="ss") then
     for a=1,#img do
     id1=image("gfx/'img[a].ks'.bmp",1,1,200+id)
end
end
end
To the start Previous 1 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview