Page 1 of 1

Add further LUA librarys to the mod

Posted: Wed Mar 08, 2017 9:29 pm
by der-dave.com
Hello there,

we are discussing in our community a way to check if People can Play on our games.
Therefore we want to use our web-board. If the user is assigned to a Special Group he/she can Play on our server.

For this we need use of the HTTP-socket for LUA. Is there a way to implement new librarys into my mods or is this still not possible?

After joining the game, the mod will check the user level and maybe kick the player or not :)

Thanks for your help!

Re: Add further LUA librarys to the mod

Posted: Wed Mar 08, 2017 10:20 pm
by Rseding91
It's not possible. Even if it was it would desync as soon as you tried to use it in MP.

Re: Add further LUA librarys to the mod

Posted: Thu Mar 09, 2017 10:13 am
by der-dave.com
Thank you for your quick answer. :)