So hello guys I dowloaded cider server and setup the server I had some issues with mysql page when I try to upload these codes mysql say that It failed.
"DROP TABLE IF EXISTS `players`;
CREATE TABLE `players` (
`_Key` int(11) NOT NULL,
`_Name` longtext NOT NULL,
`_Clan` longtext NOT NULL,
`_SteamID` longtext NOT NULL,
`_UniqueID` longtext NOT NULL,
`_Money` longtext NOT NULL,
`_Access` longtext NOT NULL,
`_Donator` longtext NOT NULL,
`_Arrested` longtext NOT NULL,
`_Inventory` longtext NOT NULL,
`_Blacklist` longtext NOT NULL,
`_Misc` longtext NOT NULL,
PRIMARY KEY (`_Key`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;"
The only code is in mysql file is "SELECT * FROM `players`"
I'm not sure I did it well so my problem is that when I start my server it is all fine but when I join it from gmod client it says that you are stuck please press "space" to rejoin and I can't do anyting by the way I did the matchup with sv_lua so what now?
How can I fix it?
If you guys have solutions please share with me thanks !
Were there any error codes other than it failing?
Looking in Applejack, it seems that the issue is that the player is not initialising correctly. It might be an issue with your database, or the database code in Applejack. Where did you download the code from, so I can take a look?
Try using AppleJack instead of Cider. You can find it around on Facepunch, or use my Github (I'm still actively working on fixing the small bugs in it)
[url]https://github.com/Pawsative/Applejack[/url]
Or, if you want actual cider, add me on steam and I can help: [url]http://steamcommunity.com/id/Pawsativelol[/url]
[QUOTE=Pawsative;48531435]Try using AppleJack instead of Cider. You can find it around on Facepunch, or use my Github (I'm still actively working on fixing the small bugs in it)
[url]https://github.com/Pawsative/Applejack[/url]
Or, if you want actual cider, add me on steam and I can help: [url]http://steamcommunity.com/id/Pawsativelol[/url][/QUOTE]
Yeah man thanks for helping me out actually I think There is a problem with cider mysql thing so I decided to use Applejack (not tried yours) the day I post this thread now the problem is There is No black screen that is good but when I select a job it makes you spawn in air and you can't move another location.Do you know how can I fix it or should I use your Applejack files instead of which I found?
o god
Sorry, you need to Log In to post a reply to this thread.