xs_prop_ar_planter_s_45a_sf

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

Object

xs_prop_ar_planter_s_45a_sf

FiveM snippets

Spawn object (Lua)
local model = GetHashKey("xs_prop_ar_planter_s_45a_sf")
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)