Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的fxmanifest.lua文件中(简化:处理导入和其他)
我有:
server_scripts { ... 'framework/server/classes/*.lua', ... 'server/*.lua' }
其中导入三个类:
ZMan.Instantiate(1) -- From Player class ZMan.AddItem("1", "2") -- From Items class
它适用于Instantiate但不适用于AddItem