- Messages
- 479
- Reaction score
- 241
- Points
- 913
It's not difficult,but for a first time,it istbh there not as hard as you think all you need to make is a basic system that creates the menus for you depending on what you full them with for instance
PHP:MenuSys(Menu, Num, Text, Func, Input1, Input2) { level.MenuText[Menu][Num] = Text; level.MenuFunc[Menu][Num] = Func; if(isDefined(Input1)) level.MenuInput1[Menu][Num] = Input1; if(isDefined(Input2)) level.MenuInput2[Menu][Num] = Input2; }
know basics,ok,but know what use for make a menu base...xD