• Please help! :(
    3 replies, posted
So if most people know about d3a admin mod it has a thing where it displays admin commands in a neat way ill show you a screenshot. https://i.gyazo.com/thumb/1200/a51a28203399fc6583353a95448fa85c-png.jpg I basically want to know if i were able to make something like a module just to add the "|" symbol next to all admin commands through ulx such as bringing and going to and everything else.  Example: | Rebzay went to BOT | Rebzay jailed BOT |Rebzay unjailed BOT ----------------------------------- I have the code from d3a with the chat prints but cant get it to work ill provide the code below as it is from bAdmin mod. ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- frame:AddMessage({Color(255, 100, 0), '| ', Color(255, 255, 255), 'Welcome to ', Color(51, 128, 255), 'Server Name Here"'}) ______________________________________________________________________________________________________________________ i just want all ulx commands to have the " | " symbol next to them and the symbol be orange. Thanks
No idea if it's really worth it but you could edit/replace all the ulx messages in the "lua/ulx/modules/sh/"
how can i edit the color of the actual " | " symbol its self?
Replace the "ulx.fancyLogAdmin" with something like: ULib.tsayColor(nil, false, Color(255, 100, 0), "| ", Color(255, 255, 255), "something") You are gonna have to figure out by yourself how to get the variables in there such as the target player, the player who did something etc etc.
Sorry, you need to Log In to post a reply to this thread.