
Thanks

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
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
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,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
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
addhook("serveraction","Oo") function Oo(id,a) if a == 1 then menu(id, "menuname@i,button1|comment,button2,button3") end end
button1|comment,button2,button3