Forum

> > CS2D > Scripts > Super Suply Use Buton
Forums overviewCS2D overview Scripts overviewLog in to reply

English Super Suply Use Buton

4 replies
To the start Previous 1 Next To the start

old Super Suply Use Buton

RedizGaming
GAME BANNED Off Offline

Quote
Hello,Nesesit:
Super Suply (Neutral),You Use "E" To Open Menu
menu(id,"New Menu,Buy Laser,Buy Speed")

Help Me Pliz!

old Re: Super Suply Use Buton

Suprise
BANNED Off Offline

Quote
maybe:
1
2
3
4
5
6
7
addhook("build","_supply1")
function _supply1(id,type)
if type == 9 then
menu(id,"New menu,Buy Laser,Buy speed")
return 1
end
end
edited 1×, last 26.07.12 11:29:14 pm

old Re: Super Suply Use Buton

RedizGaming
GAME BANNED Off Offline

Quote
1
2
3
4
5
6
7
addhook("use","a")
function a(id,x,y,data)
       if object(id,"trigger")==15 then
                menu(id,"New Menu,Buy Items,Buy Speed,Buy Healt")
         end
    end
end

Tanks @user Suprise:
flame
edited 1×, last 28.07.12 07:39:38 pm
To the start Previous 1 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview