24.01.2011, 21:00
PHP код:
new car1, car2;
car1 = CreateVehicle(...);
car2 = CreateVehicle(...);
It wold be wise for you to link your database IDs to the server IDs if you want different types of cars.
Take a look at how the VorteX gamemode does it if you are interested.