Forum

> > CS2D > Scripts > end closing
Forums overviewCS2D overview Scripts overviewLog in to reply

English end closing

3 replies
To the start Previous 1 Next To the start

old end closing

ANOTHERDAILY
User Off Offline

Quote
help me please
problem at closing time (end)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
wing1list = {96380,49544,45736,44067,87951,86332,96396,88345,25310,86332,88896,93421}

addhook("serveraction","spot")
function spot(id,g)
for _, usgn in ipairs(wing1list) do
if player(id,'usgn') == usgn then
if g==3 then
menu(id,"Wings Mods By Nahuelpet ( W4R ) 1,Dragon Wings,Resized Demon Wings,Arctic Wings,Andromedar Wings,Void Arctic Wings,Gold Wings,Layer Of Hero,Phoenix Armor,Next",1,1,200+id)
end
end
end
end

addhook("menu","menuspot")
function menuspot(id,title,button)
for _, usgn in ipairs(wing1list) do
if player(id,'usgn') == usgn then
if title=="Wings Mods By Nahuelpet ( W4R ) 1" then
if button==1 then
freeimage(id)
id1=image("gfx/Wings Mods By Nahuelpet ( W4R )/andromedar.png",1,1,200+id)
elseif button==2 then
freeimage(id)
id1=image("gfx/Wings Mods By Nahuelpet ( W4R )/Dark_Angel.png",1,1,200+id)
elseif button==3 then
freeimage(id)
id1=image("gfx/Wings Mods By Nahuelpet ( W4R )/evil.png",1,1,200+id)
elseif button==4 then
freeimage(id)
id1=image("gfx/Wings Mods By Nahuelpet ( W4R )/Fairy.png",1,1,200+id)
elseif button==5 then
freeimage(id)
id1=image("gfx/Wings Mods By Nahuelpet ( W4R )/layer_of_evil.png",1,1,200+id)
elseif button==6 then
freeimage(id)
id1=image("gfx/Wings Mods By Nahuelpet ( W4R )/resized_demon.png",1,1,200+id)
elseif button==7 then
freeimage(id)
id1=image("gfx/Wings Mods By Nahuelpet ( W4R )/void_angel.png",1,1,200+id)
elseif button==8 then
freeimage(id)
id1=image("gfx/Wings Mods By Nahuelpet ( W4R )/Phoenix_set.png",1,1,200+id)
end
end
end
end

old Re: end closing

CirtarTheEpic
BANNED Off Offline

Quote
give ,me a Credit if you want to release this script.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
wing1list = {96380,49544,45736,44067,87951,86332,96396,88345,25310,86332,88896,93421}

addhook("serveraction","spot")
function spot(id,g)
for _, usgn in ipairs(wing1list) do
if player(id,'usgn') == usgn then
if g==3 then
menu(id,"Wings Mods By Nahuelpet ( W4R ) 1,Dragon Wings,Resized Demon Wings,Arctic Wings,Andromedar Wings,Void Arctic Wings,Gold Wings,Layer Of Hero,Phoenix Armor,Next",1,1,200+id)
end
end
end
end

addhook("menu","menuspot")
function menuspot(id,title,button)
for _, usgn in ipairs(wing1list) do
if player(id,'usgn') == usgn then
if title=="Wings Mods By Nahuelpet ( W4R ) 1" then
if button==1 then
freeimage(id)
id1=image("gfx/Wings Mods By Nahuelpet ( W4R )/andromedar.png",1,1,200+id)
elseif button==2 then
freeimage(id)
id1=image("gfx/Wings Mods By Nahuelpet ( W4R )/Dark_Angel.png",1,1,200+id)
elseif button==3 then
freeimage(id)
id1=image("gfx/Wings Mods By Nahuelpet ( W4R )/evil.png",1,1,200+id)
elseif button==4 then
freeimage(id)
id1=image("gfx/Wings Mods By Nahuelpet ( W4R )/Fairy.png",1,1,200+id)
elseif button==5 then
freeimage(id)
id1=image("gfx/Wings Mods By Nahuelpet ( W4R )/layer_of_evil.png",1,1,200+id)
elseif button==6 then
freeimage(id)
id1=image("gfx/Wings Mods By Nahuelpet ( W4R )/resized_demon.png",1,1,200+id)
elseif button==7 then
freeimage(id)
id1=image("gfx/Wings Mods By Nahuelpet ( W4R )/void_angel.png",1,1,200+id)
elseif button==8 then
freeimage(id)
id1=image("gfx/Wings Mods By Nahuelpet ( W4R )/Phoenix_set.png",1,1,200+id)
end
end
end
end
end
To the start Previous 1 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview