Hi everyone!
I'm trying to fix some of my old game modes.
[b]Problem / Task [/b]
Unfortunately, it says that "Module Not found"
- I've downloaded the latest "tmysql.dll" but I can't find the "tmysql.[u]lua[/u]" anywhere.
I've placed "tmysql.dll" -> lua\includes\modules
[b]Anything else:[/b]
I've placed "libmysql.dll" where hl2.exe is - If there is a newer version of it, please give me the source.
I've also been on [url=http://code.google.com/p/gmodmodules/issues/detail?id=28]GMododules[/url] - but without any luck.
I also thought that this was [url=http://pastebin.com/uvgKW1SV]tmysql.lua[/url] but I'm not sure, can anyone confirm this?
Thanks in advance.
lua\bin\
rename to gmsv_tmysql_win32.dll
problem solved.
So I should change the folder names path from
lua\includes\modules [b]to[/b] lua\bin\modules ...?
I've renamed the .dll - but I'm still having my issue.
[code]
Couldn't include file 'includes\bin\gm_tmysql.lua' (File not found)[/code]
The file is just there, and is included in the gamemode's init..
gmsv_tmysql_win32.dll in garrysmod/lua/bin
require("tmysql") in your lua file.
[QUOTE=CherryJim;38455976]gmsv_tmysql_win32.dll in garrysmod/lua/bin
require("tmysql") in your lua file.[/QUOTE]
I've already done that, I'm afraid. I have tried most things, but it seems like it isn't working.
[QUOTE=nexusowner;38456006]I've already done that, I'm afraid. I have tried most things, but it seems like it isn't working.[/QUOTE]
Make sure you're using the latest tmysql4 from blackawps. [url]https://code.google.com/p/blackawps-glua-modules/[/url]
Maybe I should have been more clear about it.
- I've read the entire page over and over again, tried out most of the .dll's but unfortunately without luck. That's more or less the reason I've came here to ask for help, because I couldn't really find the resort.
You're doing something wrong then.
How exactly are you requiring tmysql in your script? Show us where you are doing so.
Sorry, you need to Log In to post a reply to this thread.