Ulysses

Ulysses Stuff => General Chat & Help and Support => Topic started by: IcedKnife on July 28, 2014, 03:28:06 PM

Title: Ulx how to turn into a prop command?
Post by: IcedKnife 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
Title: Re: Ulx how to turn into a prop command?
Post by: Avoid 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 (http://wiki.garrysmod.com/page/Entity/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"
Title: Re: Ulx how to turn into a prop command?
Post by: IcedKnife on July 28, 2014, 05:40:06 PM
Thanks for the response
Title: Re: Ulx how to turn into a prop command?
Post by: Neku on July 29, 2014, 03:13:20 AM
That command is available here: http://forums.ulyssesmod.net/index.php/topic,7268.0.html (http://forums.ulyssesmod.net/index.php/topic,7268.0.html)