6 lines
179 B
Lua
6 lines
179 B
Lua
---@diagnostic disable: missing-return, lowercase-global
|
|
|
|
---@param seat number
|
|
---Ejects the occupant of a seat in the player's vehicle
|
|
function EjectPassengerFromSeat(seat) end
|