Lua Question - Inventory
Deleted UserI need know how to make menu
If something happens in menu add button
Somebdy can help me pleaasE?
addhook("menu","asd")
function menu (id,b,sel)
if b == "MENU" then
if sel == 1 then
xxxx
end
end
end
addhook("serveraction","asf")
function asf (id,p)
if p == 1 then
menu(id,"MENU,button1,button2,,,,")
end
end