ULX

Author Topic: ULX something  (Read 4226 times)

0 Members and 1 Guest are viewing this topic.

Offline dankpepe

  • Jr. Member
  • **
  • Posts: 51
  • Karma: 1
ULX something
« on: August 06, 2016, 03:11:28 PM »
I made a few ulx modules a while back, I stopped playing gmod, so I thought I would release them. You guys can do what ever you want with it, you can distribute it or modify, I don't care.

There is commands for darkrp, general administration such as returning guns from last life to someone, becoming invis, godmode, noclip, and putting esp on players to track them in one command, some commands to freeze props, and some more things. There is a ulx command to become undercover which is kinda broken, so be careful if you use it.

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: ULX something
« Reply #1 on: August 06, 2016, 08:20:11 PM »
dankpepe, we appreciate your contribution, but, you've given no instruction as to how to get to/use your commands within game.
Do your commands appear in "ulx help" in a custom area?
If so, would you mind posting the text of those function help?
As is, ULX by default offers ghost, noclip and godmode, this doesn't seem new/different.

"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming

Offline MrPresident

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 2728
  • Karma: 430
    • |G4P| Gman4President
Re: ULX something
« Reply #2 on: August 06, 2016, 09:53:57 PM »
I skimmed the files, mostly to make sure it was legit, but there seemed to be quite a few DarkRP functions that people might find useful if that's their thing.

It might be good for you to at least post the commands included.

Thanks for your contribution

Offline dankpepe

  • Jr. Member
  • **
  • Posts: 51
  • Karma: 1
Re: ULX something
« Reply #3 on: August 06, 2016, 10:58:34 PM »
I will try to update my post with the commands and info tomorrow.

Offline ozzyos2009

  • Newbie
  • *
  • Posts: 10
  • Karma: 0
Re: ULX something
« Reply #4 on: December 19, 2016, 11:50:21 PM »
I've spent a good 2 hours trying to figure this out xD 
For the "undercover" I've been trying to make it so the Silkicons next to my name dissapears.
I'm talking about the icon used in https://github.com/rejax/TTT-EasyScoreboard

Code: [Select]
table.insert( calling_ply.undercover_table_rank, 0, calling_ply:GetShowIcons() )
and tried setting it with
Code: [Select]
calling_ply:SetIcon("")
I honestly have no idea what I'm doing lmao. But if you happen to know how to make it work like it would be pretty cool.