By registering with us, you'll be able to discuss, share and private message with other members of our community.
SignUp Now!new Float:VehicleCoords[3][4] = {
{436.3746,1542.0858,11.4934,173.3535},
{436.3746,1546.0858,11.4934,173.3535},
{436.3746,1550.0858,11.4934,173.3535}
};
new VehicleModel[3] = {
506, 560, 562
};
for(new i; i < sizeof VehicleModel; i++)
{
CreateVehicle(VehicleModel[i], VehicleCoords[i][0], VehicleCoords[i][1], VehicleCoords[i][2], VehicleCoords[i][3], 1, 1, 600, 0);
}
new Float:VehicleCoords[3][4] = {
{436.3746,1542.0858,11.4934,173.3535},
{436.3746,1546.0858,11.4934,173.3535},
{436.3746,1550.0858,11.4934,173.3535}
};
new VehicleModel[3] = {
506, 560, 562
};
for(new i; i < sizeof VehicleModel; i++)
{
CreateVehicle(VehicleModel[i], VehicleCoords[i][0], VehicleCoords[i][1], VehicleCoords[i][2], VehicleCoords[i][3], 1, 1, 600, 0);
}