Posts: 969
Threads: 26
Joined: Jan 2016
Reputation:
0
But the gamemode is loaded or not?
Posts: 6,242
Threads: 8
Joined: Jun 2008
should be
Also delete your server_log.txt, start the server, then post up that clean one.
You have so much in that log file that it shows you've been having terrible problems, caused by simple crap.
Posts: 6,242
Threads: 8
Joined: Jun 2008
I'm pretty sure you'll find your problem lies in your code... What's the compiler output when you compile?
Posts: 969
Threads: 26
Joined: Jan 2016
Reputation:
0
stock this functions to remove the warnings
Posts: 72
Threads: 12
Joined: May 2015
Reputation:
0
The problem is not from the gamemode , it's from MySQL "Connection problem".
Posts: 969
Threads: 26
Joined: Jan 2016
Reputation:
0
Show mysql_log?
But still, you'd better fix the warnings bud
Posts: 6,242
Threads: 8
Joined: Jun 2008
Quote:
Originally Posted by Shinja
stock this functions to remove the warnings
|
Yea, don't stock them to simply remove the error... The errors in the compiler won't stop anything, but making them stock is simply avoiding the report of the error.
If he even put them in an unused command, that'd stop them in a better way.
What Shinja said about the mysql errors in the log is a point though.