GTA-SAMP
Каталог статей

Меню сайта

Категории раздела

Мини-чат

Статистика


Онлайн всего: 1
Гостей: 1
Пользователей: 0

AddStaticVehicleEx.
Parameters:
(modelid, Float:spawn_x, Float:spawn_y,Float:spawn_z, Float:angle, color1, color2, respawn_delay)modelid The Vehicle ID for the vehicle.
Float:spawn_X The X-coordinate for the vehicle.
Float:spawn_Y The Y-coordinate for the vehicle.
Float:spawn_Z The Z-coordinate for the vehicle.
Float:angle The facing - angle for the vehicle.
color1 The primary color ID.
color2 The secondary color ID.
respawn_delay Time until the vehicle respawns when it is destroyed in seconds
Returns The vehicle ID of the vehicle created.

Пример:

public OnGameModeInit( )
{
// Add a Hydra to the game that will respawn 15 seconds after being left
AddStaticVehicleEx ( 520, 2109.1763, 1503.0453, 32.2887, 82.2873, 0, 1, 15 );

return 1;
}

Категория: Мои статьи | Добавил: LEXA (23.04.2009)
Просмотров: 734
Всего комментариев: 0
Имя *:
Email *:
Код *:

Вход на сайт

Поиск