Help Me..
#1

I'm going to run the loop for all the cars, check the car owner, return the ID, and then use that ID to get the license plate out. Is there any way?
Reply
#2

Something like

#define MAXCARS 200

PHP Code:
for(new 0MAXCARSi++)
{
 
//code here

But you can load the vehicles once using the loop then you will be able to use the vehicleid to get the infos so you dont have to loop more times.

Depends on what you want to do with those infos, also you will need to use enumerators.


How do you store vehicles? ini file or MySQL?
Reply
#3

Quote:
Originally Posted by AndreiWow
View Post
Something like

#define MAXCARS 200

PHP Code:
for(new 0MAXCARSi++)
{
 
//code here

But you can load the vehicles once using the loop then you will be able to use the vehicleid to get the infos so you dont have to loop more times.

Depends on what you want to do with those infos, also you will need to use enumerators.


How do you store vehicles? ini file or MySQL?
from.
I am going to use the version of mysql r38 for car storage
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)