Quote:
Originally Posted by PaSaSaP
I changed MySQL package ;'D
I have the Vehicle class and it looks like You wrote above. What is difference between constructors:
Код:
new Vehicle(400);
new Vehicle(400, new Vector(1.0f, 1.0f, 1.0f), 1.0f, 3, 3);
If I use first, there is no car in server, but if I use second, the vehicle is created in the server.
|
I don't know. You tell me, you created those constructors. GtaVehicle only has one constructor, and that's with a vehicleid (id! not model) GtaVehicle also has a couple of static functions to spawn vehicles: Create and CreateStatic:
http://sampsharp.timpotze.nl/html/fd...a1d1ac754d.htm