Forum

> > CS2D > Scripts > Menu Isnt working
Forums overviewCS2D overview Scripts overviewLog in to reply

English Menu Isnt working

2 replies
To the start Previous 1 Next To the start

old Menu Isnt working

Temper
User Off Offline

Quote
i was starting a new script till a menu error happend
i tried this
menu(id,"Menu 1,Help,Options")
and it didnt work
i did put it on the server action
to see if it wasnt the server action i switched to msg
and the msg worked
but menu not..
the strange thing that dont appear nothing no errors on console ..

old Re: Menu Isnt working

Apache uwu
User Off Offline

Quote
1
menu(1,"Menu 1,Help,Options")

Does that work? Maybe you accidentally replaced 'menu' with a variable.

ex.

1
2
3
4
5
addhook("menu","menu")

function menu(arg)
	menu(1,"Menu 1,Help,Options")
end
To the start Previous 1 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview