Hi!
I have a problem calling a table function from other resource.
Here is an example:
local x = exports.testOORes:TestClass.new()
Is that even possible in MTA? And if not then why? I wanted to create my GameMode completely object oriented in multiple resources. I tried using every variation of "call" function but no progress so far.