Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions client/native/vehicle.lua
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ function GetVehicleNumberOfPassengers(vehicle) end
-- @return int
function GetVehicleMaxNumberOfPassengers(vehicle) end

-- Returns max number of passengers (including the driver) for the specified vehicle model. For a full list, see here: pastebin.com/MdETCS1j
-- Returns max number of passengers (including the driver) for the specified vehicle model. For a full list, see here: (This page is no longer available. It has either expired, been removed by its creator, or removed by one of the Pastebin staff.)
-- @module native
-- @submodule vehicle
-- @see GET_VEHICLE_MODEL_NUMBER_OF_SEATS
Expand Down Expand Up @@ -3292,4 +3292,4 @@ function GetVehicleBodyHealth(vehicle) end
-- @param vehicle Vehicle
-- @param value float
-- @return void
function SetVehicleBodyHealth(vehicle, value) end
function SetVehicleBodyHealth(vehicle, value) end