neue props

This commit is contained in:
Nordi98 2025-06-09 19:08:54 +02:00
parent e484b3dfb5
commit 826cce15b0
436 changed files with 3274 additions and 3 deletions

View file

@ -0,0 +1,68 @@
-- template for dpemotes/rpemotes
-- Coordinates may not work the same for other scripts. If the coordinates don't match, you need to use the tool to find new coordinates.
["apple_red2"] = {"mp_player_inteat@burger", "mp_player_int_eat_burger", "Eat Red Apple", AnimationOptions =
{
Prop = 'bzzz_tree_apple_red2',
PropBone = 18905,
PropPlacement = {0.15, 0.07, 0.03, 0.0, -275.0, 55.0,},
EmoteLoop = true,
EmoteMoving = true,
}},
["apple_green2"] = {"mp_player_inteat@burger", "mp_player_int_eat_burger", "Eat Green Apple", AnimationOptions =
{
Prop = 'bzzz_tree_apple_green2',
PropBone = 18905,
PropPlacement = {0.15, 0.07, 0.03, 0.0, -275.0, 55.0,},
EmoteLoop = true,
EmoteMoving = true,
}},
["apple_red"] = {"mp_player_inteat@burger", "mp_player_int_eat_burger", "Eat Red Apple", AnimationOptions =
{
Prop = 'bzzz_tree_apple_red',
PropBone = 18905,
PropPlacement = {0.15, 0.07, 0.03, 0.0, -275.0, 55.0,},
EmoteLoop = true,
EmoteMoving = true,
}},
["apple_green"] = {"mp_player_inteat@burger", "mp_player_int_eat_burger", "Eat Green Apple", AnimationOptions =
{
Prop = 'bzzz_tree_apple_green',
PropBone = 18905,
PropPlacement = {0.15, 0.07, 0.03, 0.0, -275.0, 55.0,},
EmoteLoop = true,
EmoteMoving = true,
}},
["green_box"] = {"anim@heists@box_carry@", "idle", "Apple Green Box", AnimationOptions =
{
Prop = "bzzz_tree_box_green",
PropBone = 24816,
PropPlacement = {-0.01, 0.39, 0.08, 77.0, 16.0, 122.0},
EmoteLoop = true,
EmoteMoving = true,
}},
["red_box"] = {"anim@heists@box_carry@", "idle", "Apple Red Box", AnimationOptions =
{
Prop = "bzzz_tree_box_red",
PropBone = 24816,
PropPlacement = {-0.01, 0.39, 0.08, 77.0, 16.0, 122.0},
EmoteLoop = true,
EmoteMoving = true,
}},
["green_juice"] = {"mp_player_intdrink", "loop_bottle", "Drink Apple Green Juice", AnimationOptions =
{
Prop = 'bzzz_tree_juice_green',
PropBone = 18905,
PropPlacement = {-0.04, -0.07, 0.15, 77.0, 48.0, 126.0},
EmoteLoop = true,
EmoteMoving = true,
}},
["red_juice"] = {"mp_player_intdrink", "loop_bottle", "Drink Apple Red Juice", AnimationOptions =
{
Prop = 'bzzz_tree_juice_red',
PropBone = 18905,
PropPlacement = {-0.04, -0.07, 0.15, 77.0, 48.0, 126.0},
EmoteLoop = true,
EmoteMoving = true,
}},

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

View file

@ -0,0 +1,16 @@
fx_version 'cerulean'
game { 'gta5' }
author 'BzZz'
description 'Bzzz - Apple Trees'
version '2.1.0'
data_file 'DLC_ITYP_REQUEST' 'stream/*.ytyp'
files {
'stream/*.ytyp',
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 301 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 275 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 270 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 310 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 295 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 312 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 136 KiB

View file

@ -0,0 +1,37 @@
Hi,
thank you for your purchase.
--------------------------------------------------
YMAP COORDS: x = 1858, y = 4871, z = 43
--------------------------------------------------
My contact:
Cfx forum: https://forum.cfx.re/u/bzzzi/summary
Tebex: https://bzzz.tebex.io/
Discord: https://discord.gg/PpAHBCMW97
Wiki: https://bzzz.wiki/
--------------------------------------------------
Installation:
1) Insert folder "bzzz_apple_trees" to resources folder
2) Add to server.cfg
3) Restart server
--------------------------------------------------
If you stream props in another resource, you must edit the fxmanifest.
Add this line:
data_file 'DLC_ITYP_REQUEST' 'stream/bzzz_tree_pack.ytyp'
Then the server must be restarted.
YTYP loads properties of props.
If you are streaming files in this original resource, do nothing.
Then you can use props in the same way as GTA props. (File name = prop name)
--------------------------------------------------