No vehicles in my Server

Daoutlaw

New Member
Ok the problem with my server is that, There are No vehicles spawning.

ive tried going to object_data and pasting the vehicle co-ordinates to my character data, but its not there.
There are the 4 functions/procedures in the mysql.:
pcleanup
pcleanupoob
pmain
and rndspawn
(there is no pSpawn??)
ive tried setting the pmain (maxvehicles to 50) and nothing works.

Help!

More info: This is the first time im running a server its version 1.7.5 if im correct, i have no other/old data that i can use.
 
Everything is in the pMain function. I am looking into it and trying to find out why they aren't spawning. They go into the database perfectly fine, but do not show up on the server.
 
It could be because the instance id of the vehicles doesnt match the instance id of the server. ( it might be a long shot ).

But it worked for me atleast, when i had vehicles in my database, but not in game.
My server instance id was 1, but for some reason all vehicles was added into the database with instance id 391.
So i just wrote an SQL statement that changed all the vehicle instance id's to 1 in the object_data table, instead of the original value of 391.

Hope it sorts it :)
 
It could be because the instance id of the vehicles doesnt match the instance id of the server. ( it might be a long shot ).

But it worked for me atleast, when i had vehicles in my database, but not in game.
My server instance id was 1, but for some reason all vehicles was added into the database with instance id 391.
So i just wrote an SQL statement that changed all the vehicle instance id's to 1 in the object_data table, instead of the original value of 391.

Hope it sorts it :)

ive tried changing it, didnt work

mind giving me the whole sql line that you used? because im using Int Instead of varchar
 
Back
Top