11.02.2010, 15:33
Use this code
Run the server and then you will see.
pawn Code:
new carid[4];
carid[0] = AddStaticVehicleEx(456,864.1678,-1256.0752,14.5427,272.3933,14,14,30000); // Component Truck Yankee 108
carid[1] = AddStaticVehicleEx(456,864.1365,-1245.6500,14.5847,267.5993,14,14,30000); // Component Truck Yankee 109
carid[2] = AddStaticVehicleEx(482,849.8930,-1296.1844,13.3372,269.6171,14,14,30000); // Component truck burrito 110
carid[3] = AddStaticVehicleEx(482,849.9528,-1289.4707,13.4892,270.2147,14,14,30000); // Component truck burrito 111
printf("Truck IDs: %i|%i|%i|%i", carid[0], carid[1], carid[2], carid[3]);