• DarkRP Printer timer's broken, only seems to be printing once.
    1 replies, posted
When a printer is spawned, it prints its first $2 then breaks giving this error. [CODE][ERROR] ...des/darkrp/entities/entities/money_printer_ruby/init.lua:89: attempt to index global 'self' (a nil value) 1. PrintMore - ...des/darkrp/entities/entities/money_printer_ruby/init.lua:89 2. unknown - gamemodes/darkrp/entities/entities/money_printer/init.lua:27 Timer Failed! [Simple][@gamemodes/darkrp/entities/entities/money_printer/init.lua (line 27)][/CODE] The only two timers on the printer [CODE]timer.Simple(self.PrinterTime, function() PrintMore( self ) end )[/CODE] [CODE]timer.Simple(burntime, function() self.Fireball( self ) end )[/CODE]
self.Fireball(self) :v:
Sorry, you need to Log In to post a reply to this thread.