Skip to main content

IsInsideWarehouse

Returns true or false if the player is inside a warehouse and warehouse ID.
isInside, warehouseId = exports.lation_meth:IsInsideWarehouse()
isInside
boolean
True or false if player is inside a warehouse.
warehouseId
number
If isInside is true, returns the warehouseId. If false, returns nil.

IsViewingCamera

Returns true or false if the player is currently viewing a security camera.
exports.lation_meth:IsViewingCamera()

WarehouseShop

Opens the warehouse shop menu showing available properties for sale.
exports.lation_meth:WarehouseShop()
Looking for an export we don’t have listed here? Contact us and we’ll do what we can!