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 |
See what others are saying about this script.
Share your experience and help others.