local dir = \"mods\"function loadMod(f, m)local txdFile = dir..\"/\"..f..\".txd\"local dffFile = dir..\"/\"..f..\".dff\"local colFile = dir..\"/\"..f..\".col\"if fileExists(txdFile) thenlocal txd = EngineTXD(txdFile)if txd then txd:import(m)endendif fileExists(dffFile) thenlocal dff = EngineDFF(dffFile,m)if dff then dff:replace(m)endendif fileExists(colFile) thenlocal col = EngineCOL(colFile)if col then col:replace(m)endendend
<oop>true</oop>
loadMod(filenév, objectId)
<export function=\"loadMod\" type=\"client\"/>
Hát nem tudom , nekem ez nem akar működni , de azért köszönöm a segítségeteket!