SetVehicleBombCount — FiveM Natives
0xF4B2ED59DEB5D774 · VEHICLE · all
Sets the amount of bombs that this vehicle has. As far as I know, this does not impact vehicle weapons or the ammo of those weapons in any way, it is just a way to keep track of the amount of bombs in a specific plane. In decompiled scripts this is used to deduct from or add to the count whenever bombs are dropped or purchased/restocked. Use _GET_AIRCRAFT_BOMB_COUNT to get the amount of bombs on that vehicle.
Parameters
| Name | Type | Description |
|---|---|---|
| aircraft | Vehicle | The vehicle to set the bombCount on. |
| bombCount | int | The amount of bombs to set for this vehicle. |
Returns
void