No Vehicles Spawning. Nothing In Object Data

Grom-Dva

New Member
I am trying to run a server for me and two friends and we have been playing for quite a while. I have decided to reset the server after our tents failed to spawn. I know re-downloaded the mysql files and have replaced the old ones. Now when we attempt to play we cannot find vehicles anywhere and when I check the objects data it is empty.

Cheers.
 
Hi, are you executing pMain when you start the server? This is done in the launcher pwnoz0r wrote. You might need to edit these lines to make it work in the @START_SERVER.bat file:

Code:
echo Executing spawn script...
.\MySQL\bin\mysql --user=USERNAME_HERE--password=PASSWORD_HERE --host=127.0.0.1 --port=3316 --database=hivemind --execute="call pMain()"
ping 127.0.0.1 -n 5 >NUL
.\MySQL\cecho {0A}    OK.{07}

edit the relevant parts. Or see what error it gives when you start the server.
 
It comes up with an error(?) saying
Unknown suffix 'S' used for variable 'port' <value 'SAME_AS_INI>
./MySQL/bin/mysql: Error while setting value 'same_as_ini' to port

Cheers
 
Upload your start_server.bat (.bats cant be uploaded, so just paste the content) and your MySQL\My.ini for us. Remember to blank out your password from thme
 
Back
Top