09.04.2008, 15:59
xHelp
I created this to try and standardise help menus.
Basicly, I think it would be easier going into a server and knowing how to use the /help command. It would make getting into the game so much quicker, instead of trying to get into the help menu.
Even if it doesnt standardise help menus it's still useful, because you can edit your help menus without restarting the server or reloading the filterscript.
This filterscript allows different categories, and also allows multiple pages per category. The size of pages can be defined in the script.
Download: http://www.xendot.com/site/index.php...pmod;dl=item25
Commands work like this:
/help 0 - Shows page 0 of categories
/help 1 - Shows page 1 of categories
/help stunting - Shows the first page of the stunting help category
/help stunting 0 - Shows the first page of the stunting help category
/help stunting 1 - Shows the second page of the stunting help category
Note: You cant have numeric category names, but.. who needs numeric category names? :P
I created this to try and standardise help menus.
Basicly, I think it would be easier going into a server and knowing how to use the /help command. It would make getting into the game so much quicker, instead of trying to get into the help menu.
Even if it doesnt standardise help menus it's still useful, because you can edit your help menus without restarting the server or reloading the filterscript.
This filterscript allows different categories, and also allows multiple pages per category. The size of pages can be defined in the script.
Download: http://www.xendot.com/site/index.php...pmod;dl=item25
Commands work like this:
/help 0 - Shows page 0 of categories
/help 1 - Shows page 1 of categories
/help stunting - Shows the first page of the stunting help category
/help stunting 0 - Shows the first page of the stunting help category
/help stunting 1 - Shows the second page of the stunting help category
Note: You cant have numeric category names, but.. who needs numeric category names? :P
Quote:
Originally Posted by readme.txt
xHelp - Standardised help menus
------------------------------------- INSTALLATION (Part 1) Put the xHelp.amx filterscript in your filterscripts folder. Add xHelp to your filterscripts line in server.cfg. Put the contents of scriptfiles/ in your scriptfiles folder. (Part 2) Configuration Open help.main.txt On each line should be a name of one category. Change to the help categories you want. For each category, create a file: %s.cat.txt, where %s is the category name. _Important_: On Linux or other case sensitive file systems, all files must be lower case. In the categories file, put the text you want players to see. It can be as long as you want, because the script splits it into pages You can delete other *.cat.txt files which aren't needed - they are just examples NOTES This script is only allowed to be redistributed via www.Xendot.com or other specified mirrors. To give your friend this scripts, direct him/her to www.Xendot.com. CREDITS Idea and script by Boylett MIRRORS I don't use mirrors unless I have FTP access to them. If you would like to offer me a mirror, PM me at http://forum.sa-mp.com/index.php?action=profile;u=3043 |