Forum

> > CS2D > Scripts > Menu Isnt working
ForenübersichtCS2D-Übersicht Scripts-ÜbersichtEinloggen, um zu antworten

Englisch Menu Isnt working

2 Antworten
Zum Anfang Vorherige 1 Nächste Zum Anfang

alt Menu Isnt working

Temper
User Off Offline

Zitieren
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 ..

alt Re: Menu Isnt working

Apache uwu
User Off Offline

Zitieren
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
Zum Anfang Vorherige 1 Nächste Zum Anfang
Einloggen, um zu antworten Scripts-ÜbersichtCS2D-ÜbersichtForenübersicht