![[PAID][TOOL] Prop attach to Ped tool dev tool main image](https://forum-cfx-re.akamaized.net/optimized/4X/8/6/d/86dab769600a832c8f2479001623470d1134f747_2_690x388.png)
![[PAID][TOOL] Prop attach to Ped tool dev tool thumbnail 1](https://forum-cfx-re.akamaized.net/optimized/4X/8/6/d/86dab769600a832c8f2479001623470d1134f747_2_690x388.png)
![[PAID][TOOL] Prop attach to Ped tool dev tool thumbnail 2](https://forum-cfx-re.akamaized.net/optimized/4X/1/7/4/17441f4f41d1df2defd96beba1cad00caf805ba2_2_645x500.jpeg)
![[PAID][TOOL] Prop attach to Ped tool dev tool thumbnail 3](https://forum-cfx-re.akamaized.net/optimized/4X/a/a/5/aa5fb3d62e917b7a98e2ffce7190f341c986bea9_2_669x499.jpeg)
![[PAID][TOOL] Prop attach to Ped tool dev tool thumbnail 4](https://forum-cfx-re.akamaized.net/optimized/4X/8/0/d/80d166e7502eb83e998f46135ab24abc4bff8740_2_634x500.jpeg)
Price
UnknownA script by CountryJackie
Price
UnknownThis resource is using edited WarMenu by Warxander
(uses FiveM Escrow service)
I want to present you simple yet usefull resources for developers and configurators.
This easy menu will allow you to spawn prop on ped bone and move + rotate it on all axis.
When you are done with positioning, simply press one button and you’ll get result right in clipboard - sipmly CTRL+V into your script and you have properly placed prop on ped.
Usefull for example esx_basic_needs custom models of foods and drinks.
Also this resource can be usefull to perfect your animations generated in AnimKit by adding some props.
This resource is not obfuscated in any way means you can edit it as you want.
local hash = GetHashKey("prop_cs_burger_01")
RequestModel(hash)
while not HasModelLoaded(hash) do
Citizen.Wait(100)
RequestModel(hash)
end
local prop = CreateObject(hash, GetEntityCoords(PlayerPedId()), true, true, true)
AttachEntityToEntity(prop, PlayerPedId(), GetPedBoneIndex(PlayerPedId(), 18905), 0.19, 0.0, 0.05, 0.0, -20.0, 0.0, true, true, true, false, 1, true)
No approved reviews found for this script yet.