Пользователь
- Регистрация
- 3 Июл 2023
- Сообщения
- 2
- Автор темы
- #1
Зарегистрировавшись у нас, вы сможете обсуждать, делиться и отправлять личные сообщения другим участникам нашего сообщества.
Зарегистрироваться!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);
}