Thanks
Scripts
Menu!?
Menu!?
1

Cons has written

addhook("serveraction","lolz") -- act
function lolz(id,a) -- fuck yeah
if a == 1 then --f2
menu(id, "Settings,blablabla,blablalbal")
end
end
addhkook("menu","update")
function update(id,tittle,button) -- act == action
if tittle = "Settings" then
if button == 1 then
-- your act here
elseif button = 2 then
-- your act here
end
end
Jhony has written
Cons has written

addhook("serveraction","lolz") -- act
function lolz(id,a) -- fuck yeah
if a == 1 then --f2
menu(id, "Settings,blablabla,blablalbal")
end
end
addhkook("menu","update")
function update(id,tittle,button) -- act == action
if tittle = "Settings" then
if button == 1 then
-- your act here
elseif button = 2 then
-- your act here
end
end
Cons mean.addhook("serveraction","lolz") -- act
function lolz(id,a) -- fuck yeah
if a == 1 then --f2
menu(id, "Settings,blablabla,blablalbal")
elseif a == 2 then --f3
menu(id,"Bla,bla") -- Note: You need a different name
end
end
addhkook("menu","update")
function update(id,tittle,button) -- act == action
if tittle == "Settings" then
if button == 1 then
-- your act here
elseif button == 2 then
-- your act here
end
elseif tittle == "Bla" then
if button == 1 then
-- your act here
end
end
end
Bowlinghead has written
Cons mean.addhook("serveraction","lolz") -- act
function lolz(id,a) -- fuck yeah
if a == 1 then --f2
menu(id, "Settings,blablabla,blablalbal")
elseif a == 2 then --f3
menu(id,"Bla,bla") -- Note: You need a different name
end
end
addhkook("menu","update")
function update(id,tittle,button) -- act == action
if tittle == "Settings" then
if button == 1 then
-- your act here
elseif button == 2 then
-- your act here
end
elseif tittle == "Bla" then
if button == 1 then
-- your act here
end
end
end
addhook("serveraction","lolz") -- act
function lolz(id,a) -- fuck yeah
if a == 1 then --f2
menu(id, "Settings@b,blablabla,blablalbal") -- Note
end
end
addhkook("menu","update")
function update(id,tittle,button) -- act == action
if tittle = "Settings" then
if button == 1 then
-- your act here
elseif button = 2 then
-- your act here
end
end
Bowlinghead has writtenaddhook("serveraction","lolz") -- act
function lolz(id,a) -- fuck yeah
if a == 1 then --f2
menu(id, "Settings@b,blablabla,blablalbal") -- Note
end
end
addhkook("menu","update")
function update(id,tittle,button) -- act == action
if tittle = "Settings" then
if button == 1 then
-- your act here
elseif button = 2 then
-- your act here
end
end
Cons has written
Alistaire has written
Alistaire has writtenaddhook("serveraction","Oo")
function Oo(id,a)
if a == 1 then
menu(id, "menuname@i,button1|comment,button2,button3")
end
end
button1|comment,button2,button3
Yates has written
Yates has written
menu
Happy eyes has written
menu
1
