Results 1 to 1 of 1
Hello. I'm running a Garry's Mod server on my CentOS 6. The server uses tmysql for the MySQL connection. For some reason, it fails to load or something like that.
...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 12-06-2011 #1Just Joined!
- Join Date
- Dec 2011
- Posts
- 2
Problem with Garry's Mod tmysql
Hello. I'm running a Garry's Mod server on my CentOS 6. The server uses tmysql for the MySQL connection. For some reason, it fails to load or something like that.
The server itself starts just fine and runs, however, when anyone tries to connect, the console will give this error.
Where the line 585 looks like this.Code:[gamemodes/cider/gamemode/core/libraries/sv_player.lua:585] attempt to index global 'tmysql' (a nil value)(Hook: PlayerInitialSpawn)
I've been trying to search for help regarding to this problem from the Facepunch which is the official Garry's Mod forums, but none of the users there seem to be able to help me. Hoping to get some answers from here. Thanks.Code:tmysql.query("SELECT * FROM "..cider.configuration["MySQL Table"].." WHERE _UniqueID = "..uniqueID, function(result)


Reply With Quote
