Jump to content

Virtual Panel for FC 2.0?


CarlosFLY

Recommended Posts

  • 1 month later...

->

 

 

function LuaExportStart()

 

package.path = package.path..";.\\LuaSocket\\?.lua"

package.cpath = package.cpath..";.\\LuaSocket\\?.dll"

socket = require("socket")

--host = host or "localhost"

host = host or "192.168.1.50"

port = port or 8080

c = socket.try(socket.connect(host, port)) -- connect to the listener socket

c:setoption("tcp-nodelay",true)

 

end

 

Theres the problem in error log it´s from the BSVP , LO VP the first line mentions a lua.lua wich causes an error so I pasted this block from BSVP over but didn´t worked yet

[sIGPIC][/sIGPIC]

 

 

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...