Prop and Animation developer tool
-
nh-keyboard a fork of nerohiro version with before keyup update
/propanimation Opens the menu
/propmenu toggles back nui focus after pressing toggle nui button
After choosing and inputting all the information you can use Copy Codes in the menu. An example of a copied information
local playerPed = PlayerPedId()
local prop = GetHashKey('prop_leaf_blower_01')
RequestModel(prop)
while not HasModelLoaded(prop) do
Wait(100)
RequestModel(prop)
end
local spawnedProp = CreateObject(prop, GetEntityCoords(playerPed), true, true, true)
AttachEntity(spawnedProp, playerPed, GetPedBoneIndex(playerPed, 28422), 0.05, 0, 0, 0, 0, 0, true, true, true, false, 1, true)
RequestAnimDict("amb@code_human_wander_gardener_leaf_blower@base")
while not HasAnimDictLoaded("amb@code_human_wander_gardener_leaf_blower@base") do
Wait(100)
end
TaskPlayAnimc(playerPed, "amb@code_human_wander_gardener_leaf_blower@base", "static", 8.0, 1.0, -1, 1)
RemoveAnimDict("amb@code_human_wander_gardener_leaf_blower@base")
https://youtu.be/XLlStooJ5S4 (Laggy Video)