Ulysses
General => Developers Corner => Topic started by: iViscosity on June 19, 2016, 12:57:26 PM
-
I just have a simple question, does anyone know if it's possible to send a Steam Message via an in-game command? I want it to be automated that basically will send a message to all of the registered Admins of a server that basically says something like: "xx has called for an Admin. If you can, please get on and use !calladmin_handle x to let other Admins know it's been handled." I saw something like this in a CS:GO server, but I was wondering if it would be possible via LUA? If so, anyone know how?
TL;DR: Can you send a Steam Message to someone with LUA?
-
Probably not through pure Lua, but you could perhaps set up a Steam bot with one of these (https://github.com/scholtzm/awesome-steam) libraries with some success, and interface with it with Lua, ie through sockets (see gm_bromsock (https://facepunch.com/showthread.php?t=1393640)).
-
Hm... do you know how much work this would take? I'm not very educated in many languages besides Lua, HTML, and a bit of Java (but not nearly enough to write something like that) so I'm not sure if I'd be able to do this... :P
-
It would take a lot of work. You would need to acquire or code your own steam bot using a different language (Python, java, etc) and the install a socket module to communicate with the bot from lua.
It's possible, I've done it, but it's not worth it.
-
Ok, do you know if there's any way to do it without going through all the hassle or is this the only way?
On a related (sort of) topic: Is there a way to do this similar thing, but with an email?
-
That's the only way..
EMAIL is much easier. I have a system that does it.
Search the releases forum on here. I released it. It uses the http.post function in lua to send the messages to a php script on your web host that handles sending the mail.
-
http://forums.ulyssesmod.net/index.php/topic,7394.0.html