Vaelek Posted February 7, 2015 Share Posted February 7, 2015 The Release() function in FPSGun.lua has a breaking error function Script:Release() if self.emitter~=nil then self.emitter[0]:Release() self.emitter[1]:Release() self.emitter=nil end ReleaseTableObjects(self.sound) self.sound=nil end ReleaseTableObjects(self.sound) end The last 2 lines should not be there and cause '<eof>' expected near 'end' Link to comment Share on other sites More sharing options...
Thirsty Panther Posted February 7, 2015 Share Posted February 7, 2015 I had this as well. Just removed "end" and commented out the other line. Seems to work ok. Link to comment Share on other sites More sharing options...
Josh Posted February 7, 2015 Share Posted February 7, 2015 Sorry about that, fixed. My job is to make tools you love, with the features you want, and performance you can't live without. Link to comment Share on other sites More sharing options...
Recommended Posts