Author Topic: Ulx how to turn into a prop command?  (Read 1713 times)

0 Members and 1 Guest are viewing this topic.

Offline IcedKnife

  • Newbie
  • *
  • Posts: 2
  • Karma: 0
Ulx how to turn into a prop command?
« on: July 28, 2014, 03:28:06 PM »
I saw a admin turn into a prop and also it said in chat " (Someone) Has set player model prop/45/example/notaprop/ something like that i wish i took a picture

Offline Avoid

  • Full Member
  • ***
  • Posts: 142
  • Karma: 42
Re: Ulx how to turn into a prop command?
« Reply #1 on: July 28, 2014, 04:42:53 PM »
Hello,
you can do that quite easily with a custom ULX command, just take a look at SetModel.
For the (Someone) part, take a look inside your ULX config!

Code: [Select]
ulx logEcho 2 ; Echo mode
; Echo modes:
; 0 - OFF No output to any players when an admin command is used
; 1 - ANONYMOUS Output to players without access to see who used the command (admins by default) similar to "(Someone) slapped Bob with 0 damage"
; 2 - FULL Output to players similar to "Foo slapped Bob with 0 damage"

Offline IcedKnife

  • Newbie
  • *
  • Posts: 2
  • Karma: 0
Re: Ulx how to turn into a prop command?
« Reply #2 on: July 28, 2014, 05:40:06 PM »
Thanks for the response

Offline Neku

  • Hero Member
  • *****
  • Posts: 549
  • Karma: 27
Re: Ulx how to turn into a prop command?
« Reply #3 on: July 29, 2014, 03:13:20 AM »
Out of the Garry's Mod business.