1
0
Fork 0
forked from Simnation/Main

props und config

This commit is contained in:
Nordi98 2025-06-09 17:48:27 +02:00
parent e26ed4319c
commit e484b3dfb5
20 changed files with 94 additions and 0 deletions

View file

@ -0,0 +1,11 @@
fx_version 'cerulean'
game { 'gta5' }
author 'BzZz'
description 'Bzzz - Garden grill'
version '1.1.0'
data_file 'DLC_ITYP_REQUEST' 'stream/bzzz_grill_a.ytyp'

Binary file not shown.

After

Width:  |  Height:  |  Size: 365 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 92 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 306 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 237 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 202 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 208 KiB

View file

@ -0,0 +1,30 @@
Hi,
thank you for your purchase.
--------------------------------------------------
My contact:
Cfx forum: https://forum.cfx.re/u/bzzzi/summary
Tebex: https://bzzz.tebex.io/
Discord: https://discord.gg/PpAHBCMW97
--------------------------------------------------
Installation:
1) Insert folder "bzzz_garden_grill" 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_grill_a.ytyp'
Then the server must be restarted.
YTYP loads properties of props.
--------------------------------------------------

View file

@ -0,0 +1,8 @@
["box_milk"] = {"mp_player_intdrink", "loop_bottle", "Box milk", AnimationOptions =
{
Prop = "bzzz_machines_milk_box",
PropBone = 18905,
PropPlacement = {0.12, -0.04, 0.06, -65.0, 85.0, -20.0},
EmoteLoop = true,
EmoteMoving = true,
}},

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

View file

@ -0,0 +1,15 @@
fx_version 'cerulean'
game { 'gta5' }
author 'BzZz'
description 'Milk automat'
version '1.1.0'
-- loading prop --
data_file 'DLC_ITYP_REQUEST' 'stream/bzzz_machines_milk_automat.ytyp'

Binary file not shown.

After

Width:  |  Height:  |  Size: 983 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 644 KiB

View file

@ -0,0 +1,30 @@
Hi,
thank you for your purchase.
--------------------------------------------------
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_milk_automat" 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_machines_milk_automat.ytyp'
Then the server must be restarted.
YTYP loads properties of props.
--------------------------------------------------