SetVehicleCountermeasureCount — FiveM Natives
0x9BDA23BF666F0855 · VEHICLE · all
Similar to _SET_AIRCRAFT_BOMB_COUNT, this sets the amount of countermeasures that are present on this vehicle. Use _GET_AIRCRAFT_COUNTERMEASURE_COUNT to get the current amount.
Parameters
| Name | Type | Description |
|---|---|---|
| aircraft | Vehicle | The vehicle to set the amount of countermeasures on. |
| count | int | The amount of countermeasures to set on this vehicle. |
Returns
void