⚙️Inventory ( v1 )

Acompanhe abaixo as nossas exports juntamente com exemplos de funcionamento e as instruções precisas para realizar a exportação de forma correta.

circle-exclamation

Exports sem exemplos:

circle-info

Abrir o baú ( por interação )

local chest = exports['[HS]Bau']
local data = getElementData( element, 'HS:chest' ) or false
if not data then
     return assets:outputMessage( player, 'Este baú não possui identificação.', 'error' )
end
chest:openChest( player, data.name )
circle-check
triangle-exclamation
circle-check
triangle-exclamation

Last updated