Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 24/10/19 in all areas

  1. hello guys, please subscribe and like
    1 point
  2. It's because you're missing the colon exports["resource_Name"]:testExportF("Hello") Basically when you do table:method(arg), Lua passes along "table" as the first parameter, so it's effectively doing table.method(table, arg) If you just do exports.resource.function then it's expecting that first parameter. Even though you can do exports.resource_Name.testExportF(nil, "hello")
    1 point
×
×
  • Create New...