Перейти к содержанию

Vehicle::setParachuteTextureVariation

Материал из RAGE MP Wiki Archive
Версия от 17:08, 22 апреля 2024; imported>Shr0x (Created page with "{{JSContainer| === Required Arguments === *'''handle:''' Vehicle handle *'''variation:''' Number ===Return value=== *'''void''' ==Syntax== <syntaxhighlight lang="javascript"> mp.game.vehicle.setParachuteTextureVariation(handle, variation); </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> const vehicle = mp.vehicles.atRemoteId(0); //get vehicle with remote id 0 if (!vehicle || !mp.vehicles.exists(vehicle)) return; //if the vehicle don't exist we ret...")
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)


See also