One Shot 9 Report post Posted December 8, 2018 ok im not sure if its part of xm8 app or not but if you see from screenshot you can go to xm8-then rules tab, it also pops up each time you log onto serverbut you can see this layout is different to the normal xm8 rules tab. i just want to know if anyone can tell me what script this is so i can try and implement it onto our server, i liek the way the tabs are set out, easy categories to see each section of rules etc. i may also need a guide how to install. https://steamcommunity.com/sharedfiles/filedetails/?id=1585729647 this layout of the rules tab is so cleaner easy to see Share this post Link to post Share on other sites
One Shot 9 Report post Posted December 8, 2018 19 minutes ago, [x] cit said: thanks, much appreciated, wil ltake alook at this now 3 1 Share this post Link to post Share on other sites
One Shot 9 Report post Posted December 8, 2018 (edited) 1 hour ago, One Shot said: ok im missing something or put files in wrong place ,where do i put these in the description. #include "scarCODE\ServerInfoMenu\hpp\CfgServerInfoMenu.hpp" #include "scarCODE\ServerInfoMenu\hpp\RscDisplayServerInfoMenu.hpp" i pasted these at the top of my description page under some of the other #includes. #define true 1 #define false 0 // Required for the XM8, do not remove! #include "R3F_LOG\desc_include.h" #include "RscDefines.hpp" #include "custom\paintshop\Halv_defines.hpp" #include "custom\paintshop\paintshop.hpp" #include "scarCODE\ServerInfoMenu\hpp\RscDisplayServerInfoMenu.hpp" #include "scarCODE\ServerInfoMenu\hpp\CfgServerInfoMenu.hpp" in the init.sqf i have [] execVM "R3F_LOG\init.sqf"; [] execVM "addons\statusBar\statusBar.sqf"; [] execVM "Custom\EnigmaRevive\init.sqf"; [] execVM "xm8Apps\ExileSecurity\Init.sqf"; [] execVM "scarCODE\ServerInfoMenu\sqf\initLocal.sqf"; //BuryCorpse VNM_fnc_Hidebody = compileFinal preprocessFileLineNumbers "Custom\BuryCorpse.sqf"; call compileFinal preprocessFileLineNumbers "takegive_poptab_init.sqf"; if(hasInterface) then{ call compileFinal preprocessFileLineNumbers "service_point.sqf"; }; so you can see i got that placed at the bottom of the other execVM which im pretty sure is correct. im just not sure in the description file where i place the other 2 .hpp's when i go to xm8 i dont see it when i click rules, maybe i have to set somethign else up, i just copied and paste the files from script into correct folders/section. i dont have exadd xm8 installed maybe it only works with exadd. Edited December 8, 2018 by One Shot Share this post Link to post Share on other sites
One Shot 9 Report post Posted December 8, 2018 its turning into a problem now so i will use the correct forum thread and post into server problems, this topic can be removed from general. thanks Share this post Link to post Share on other sites