Ulysses

Ulysses Stuff => General Chat & Help and Support => Topic started by: jay209015 on August 22, 2007, 10:03:42 PM

Title: cexec
Post by: jay209015 on August 22, 2007, 10:03:42 PM
I can't run any commands on people. Like when someone asks a question I usaully run ulx cexec name "say !motd" but it returns an error.

ulx cexec tony "say !motd"
game.ConsoleCommand blocked!

Any ideas? I'm running the svn revsion 40 or 41 idk the newest one.

Also for the sake of not opening a new post. Is there a way that someone could make or tell me how to make uclip work with "Simple Prop Protection, By:spacetech"?
Title: Re: cexec
Post by: atomicspark on August 23, 2007, 09:07:31 AM
It was blocked by Garry.
Title: Re: cexec
Post by: JamminR on August 23, 2007, 04:46:45 PM
Garry's last update, as atomicspark said, blocked the way we do commands.
Unfortunately for the public who use ULX or other smaller projects (like UClip), these changes have all happened at a bad time for the same public.

We have a work-around, but, we're pretty busy with other life challenges.

Be patient. We'll pick back up. I think. Might be a while.
Title: Re: cexec
Post by: MrPresident on August 31, 2007, 01:45:23 PM
sorry for bumping an old thread, but I do think it is worth mentioning.

Where ulx cexec <name> <command> is blocked...

!cexec <name> <command> in chat is not blocked. You could do !cexec Tony "ulx motd" and it would open the MOTD on his screen.

<I prefer ulx motd when running it on others because "say !motd" makes them say it and 'ulx motd' silently opens it on their screen>

edit... downfall of this.. obviously... is that you cant do this from a DediConsole.. you have to be in game.
Title: Re: cexec
Post by: JamminR on August 31, 2007, 03:41:23 PM
No problem on the bump zakap. You're bringing fresh reasonable discussion to the post.
We don't like bumps from folks that just feel (or actually are) they're being ignored. :)

edit... downfall of this.. obviously... is that you cant do this from a DediConsole.. you have to be in game.

Actually, I think you can do that from DediConsole.
Tried
Code: [Select]
say !cexec Tony "ulx motd" from a Ded console?
It's how I talk to users while in console if needed.
Title: Re: cexec
Post by: spbogie on August 31, 2007, 03:48:52 PM
Yes Jam, you can use say as console, however the PlayerSay hook does not get called, so the command isn't recognized.
Title: Re: cexec
Post by: JamminR on August 31, 2007, 03:53:03 PM
Ah thanks spbogie. Knew you could use say, wasn't sure about the hook.