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

Vehicle::setPlanePropellersHealth

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


See also