[PAID] Hortifarming Pack

A script by Beavermods

No reviews yet.
[PAID] Hortifarming Pack main image

Full Description

Syntonize 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

Show me the update picture!

▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬

Show photos

▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬

This pack contain:

  • x1 bv_apple
  • x1 bv_apple_tree_big
  • x1 bv_apple_tree_small
  • x1 bv_veg_crate_apple
  • x1 bv_corn
  • x1 bv_corn_big
  • x1 bv_corn_small
  • x1 bv_veg_crate_corn
  • x1 bv_eggplant_big
  • x1 bv_eggplant_small
  • x1 bv_eggplant
  • x1 bv_veg_crate_eggplant
  • x1 bv_pepper
  • x1 bv_pepper_big
  • x1 bv_pepper_small
  • x1 bv_veg_crate_pepper
  • x1 bv_tobacco_big
  • x1 bv_tobacco_small
  • x1 bv_tobacco_leaves
  • x1 bv_veg_crate_tobacco
  • x1 bv_tomato
  • x1 bv_tomato_big
  • x1 bv_tomato_small
  • x1 bv_veg_crate_tomato

:warning: ( Note: This pack does not include scripts ) :warning:
But we can offer you an animation+coords list for attaching to your ped!
Find it down

▬▬▬▬▬▬▬▬▬▬▬▬

102c86945d287423537b8b3321a616a305462892.png

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

Coords & animations of items for dpemotes
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