apa_mp_h_stn_sofa_daybed_01

Rotate the 3D model, or view the in-game capture

Object

apa_mp_h_stn_sofa_daybed_01

FiveM snippets

Spawn object (Lua)
local model = GetHashKey("apa_mp_h_stn_sofa_daybed_01")
RequestModel(model)
while not HasModelLoaded(model) do Wait(0) end
local coords = GetEntityCoords(PlayerPedId())
local obj = CreateObject(model, coords.x, coords.y, coords.z, true, true, false)