menu.lpr addon for LFSLapper.
I've just finished updating my large EasyKlik menu into more discreet menu system, which I've also done as a separate add-on for LFSLapper.
If you want to use it, you'll need to go into your addonused.lpr file and amend it.
Add
You can either open the menu by typing !menu, or when you spectate, a button will open at bottom of screen saying MENU SYSTEM. Pressing this will open the menu proper.
Feel free to change it as you wish, but beware; make sure your text editor is pre-set to UTF-8, otherwise some of the language text will change. Disastrously.
The coding isn't very pretty to look at (!) In fact, for the real coders here, it'll make you wince. However, it does work, and if you want to change it I've put comments in lots of places to show what does where.
I've just finished updating my large EasyKlik menu into more discreet menu system, which I've also done as a separate add-on for LFSLapper.
If you want to use it, you'll need to go into your addonused.lpr file and amend it.
Add
<?php
include( "./menu.lpr");
?>
You can either open the menu by typing !menu, or when you spectate, a button will open at bottom of screen saying MENU SYSTEM. Pressing this will open the menu proper.
Feel free to change it as you wish, but beware; make sure your text editor is pre-set to UTF-8, otherwise some of the language text will change. Disastrously.
The coding isn't very pretty to look at (!) In fact, for the real coders here, it'll make you wince. However, it does work, and if you want to change it I've put comments in lots of places to show what does where.