• How to use binary module on client?
    4 replies, posted
OK guys. I'm beginner, just wanna ask a little question: i place .dll module in my server "lua/bin" folder and made two copies - gmcl_...._win32.dll and gmsv_...._win32.dll How can i use this module on clientside via require("")? When i try, i got this - Module not found!
The client has to install the module themselves - you cannot send them directly from the server.
Maybe i can send module to client? (yes i know about file.Write limitation) just wanna believe that's possible :C
What about if i do a module that wipes your windows folder and uploads to my server your files, or i install a malware, create a keylogger, etc Modules are intended to work only inside servers, not clients
They work on clients but they can't be downloaded from servers or workshop addons.
Sorry, you need to Log In to post a reply to this thread.