Trying to get a GMOD 12 plugin working for GMOD 13?
3 replies, posted
I'm trying to use this [URL="http://www.garrysmod.org/downloads/?a=view&id=126281"]plugin[/URL] on my GMOD client like i would before, but every time i hit an enemy GMOD tells me "Something is creating script errors" and the console says
[ERROR] lua/autorun/cl_damageindicator.lua:23: attempt to index local 'info' (a nil value)
1. v - lua/autorun/cl_damageindicator.lua:23
2. unknown - lua/includes/modules/hook.lua:82
Is there an alternative way to make this work?
The plugin goes in lua/bin and then just create a function to use the plugin
[QUOTE=koolblue87;39113650]The plugin goes in lua/bin and then just create a function to use the plugin[/QUOTE]
how do i create a function like that?