![[PAID] Hortifarming Pack main image](https://forum-cfx-re.akamaized.net/optimized/4X/4/a/0/4a0621d1027fde538e118aab8a50ca0f6b403054_2_690x388.jpeg)
![[PAID] Hortifarming Pack thumbnail 1](https://forum-cfx-re.akamaized.net/optimized/4X/4/a/0/4a0621d1027fde538e118aab8a50ca0f6b403054_2_690x388.jpeg)
![[PAID] Hortifarming Pack thumbnail 2](https://forum-cfx-re.akamaized.net/optimized/5X/a/a/5/6/aa565a13c8fe161e382dfa33385d74861fbec5b8_2_500x500.jpeg)
![[PAID] Hortifarming Pack thumbnail 3](https://forum-cfx-re.akamaized.net/optimized/4X/7/f/7/7f7e4bb39cd1abce4082aad5d1e72ae4dd22e808_2_500x500.jpeg)
![[PAID] Hortifarming Pack thumbnail 4](https://forum-cfx-re.akamaized.net/optimized/4X/5/3/2/532331485b32f39c578014cd8fbc24f16f37ccf3_2_500x500.jpeg)
![[PAID] Hortifarming Pack thumbnail 5](https://forum-cfx-re.akamaized.net/optimized/4X/e/f/b/efb13504e2a5e27b769802cf141b0e50d6291d2c_2_500x500.jpeg)
![[PAID] Hortifarming Pack thumbnail 6](https://forum-cfx-re.akamaized.net/optimized/4X/a/2/a/a2a4054000104ef28ced90694dbdf3027f15150c_2_500x500.jpeg)
![[PAID] Hortifarming Pack thumbnail 7](https://forum-cfx-re.akamaized.net/optimized/4X/1/d/4/1d4c80fda33a7ae95a08209a7c6a1318a61a0a88_2_500x500.jpeg)
![[PAID] Hortifarming Pack thumbnail 8](https://forum-cfx-re.akamaized.net/optimized/4X/7/b/e/7be594b3d2d2d82cfa9b9773cf4594b657346d3d_2_500x500.jpeg)
![[PAID] Hortifarming Pack thumbnail 9](https://forum-cfx-re.akamaized.net/optimized/4X/5/4/3/543af4647518c9a498864ef2a50acc92d021be38_2_500x500.jpeg)
Price
UnknownA script by Beavermods
Price
UnknownSyntonize Rebel Radio, put on your work overalls and start farming .
Oh wait, we need a script for farming ! Sure in FiveM Forum you have something to do.
For the moment enjoy this agriculture farming prop pack, you have small new born and full vegetable plants inside!
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
New items added!
- bv_corn
- bv_tobacco_leaves
Changelog:
Added collision to plants, now leaves will move with the wind or if you touches it
Optimized and reduced from 18.8 MB to 12.9 MB
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
This pack contain:
( Note: This pack does not include scripts )
But we can offer you an animation+coords list for attaching to your ped!
Find it down
▬▬▬▬▬▬▬▬▬▬▬▬
1) Purchase and download the asset
2) Extract "bv_hortiprops" into your resources folder
3) Add bv_hortiprops into server.cfg
4) Use the props on farming scripts for example.
▬▬▬▬▬▬▬▬▬▬▬▬
Tebex Link 10€ + Taxes
You can request custom plants/trees, visit my forum profile!
▬▬▬▬▬▬▬▬
EXTRAS Included
Icons for inventory system
local hash = GetHashKey("bv_apple")
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.1, 0.02, 0.06, -90.0, 0.0, 0.0, true, true, false, false, 1, true)
local hash = GetHashKey("bv_corn")
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.11, 0.0, 0.03, -82.0, -2.0, 0.0, true, true, false, false, 1, true)
local hash = GetHashKey("bv_eggplant")
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.11, 0.04, 0.03, -47.0, 131.0, -5.0, true, true, false, false, 1, true)
local hash = GetHashKey("bv_pepper")
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.09, 0.06, 0.07, -47.0, 131.0, -5.0, true, true, false, false, 1, true)
local hash = GetHashKey("bv_tomato")
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.09, 0.04, 0.05, -47.0, 131.0, -5.0, true, true, false, false, 1, true)
local hash = GetHashKey("bv_tobacco_leaves")
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(), 57005), 0.08, 0.0, -0.04, -90.0, 50.0, 20.0, true, true, false, false, 1, true)
local hash = GetHashKey("bv_veg_crate_apple")
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.25, 0.22, 0.15, -121.0, 109.0, 8.0, true, true, false, false, 1, true)
local hash = GetHashKey("bv_veg_crate_tomato")
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.25, 0.22, 0.15, -121.0, 109.0, 8.0, true, true, false, false, 1, true)
local hash = GetHashKey("bv_veg_crate_corn")
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.25, 0.22, 0.15, -121.0, 109.0, 8.0, true, true, false, false, 1, true)
local hash = GetHashKey("bv_veg_crate_eggplant")
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.25, 0.22, 0.15, -121.0, 109.0, 8.0, true, true, false, false, 1, true)
local hash = GetHashKey("bv_veg_crate_tobacco")
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.25, 0.22, 0.15, -121.0, 109.0, 8.0, true, true, false, false, 1, true)
local hash = GetHashKey("bv_veg_crate_pepper")
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.25, 0.22, 0.15, -121.0, 109.0, 8.0, true, true, false, false, 1, true)
▬▬▬▬▬▬
Asset Escrow Protected
Code is accessible | No |
Subscription-based | No |
Lines (approximately) | N/A |
Requirements | N/A |
Asset Scrow Protected | Yes |
No approved reviews found for this script yet.