Has anyone used lua module addons to add more functionality. What I am trying to use is Lua Socket http://w3.impa.br/~diego/software/luasocket/
Any ideas on how to accomplish this?
Has anyone used lua module addons to add more functionality. What I am trying to use is Lua Socket http://w3.impa.br/~diego/software/luasocket/
Any ideas on how to accomplish this?
If you want to use LuaSocket, it’s probably because you want to access to the Internet right ?
You can just use this : https://wiki.fivem.net/wiki/PerformHttpRequest
Thank you! This is exactly what I was wanting. I appreciate it!