1
2
3
4
5
6
7
8
9
10
11
2
3
4
5
6
7
8
9
10
11
- menu(id,"title,b1,b2,...,b9")	Open a menu on the screen of a certain player (id=player id) 				or at the screen of every player (id=0)! 				title = title of the menu 				b1-b9 = button captions, 				use empty strings ("") for buttons you don't need! Attach @b at the 				end of title for a bigger menu or @i for an invisible menu 				Put ( and ) around a button caption to create a disabled button 				Put a | followed by a short text behind a button caption to add 				an additional description to a button 				Note that the title and all buttons are in one single string 				parameter with "," as separator!
How do i use that , Can you give an example ?