Posts: 2,308
Threads: 337
Joined: Nov 2011
Reputation:
0
Hey, when i add more cars into my MySQL they not come in game whats the problem?
Posts: 52
Threads: 1
Joined: Jun 2008
Reputation:
0
Can you show us some of the loading code?
Have you checked your array sizes? How many vehicles? If your using for loops with a set size or a while loop for all cars? etc
Posts: 2,308
Threads: 337
Joined: Nov 2011
Reputation:
0
Where can i find array sizes? into the script then?
Posts: 52
Threads: 1
Joined: Jun 2008
Reputation:
0
Well I guess your storing the vehicle information in something like mycar[carid][someinfo]; right? If your not then apologies, if you are check that carid is set to MAX_VEHICLES and ensure you don't have more than MAX_VEHICLES trying to load in.
The best thing to do is show us your loading code.
Posts: 2,308
Threads: 337
Joined: Nov 2011
Reputation:
0
Nope there no limit so what then can be the problem?
Show your load vehicle function.