props und config
11
resources/[props]/bzzz_garden_grill/fxmanifest.lua
Normal 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'
|
||||
|
||||
|
BIN
resources/[props]/bzzz_garden_grill/images/20230616191337_1.jpg
Normal file
After Width: | Height: | Size: 365 KiB |
BIN
resources/[props]/bzzz_garden_grill/images/20230616191353_1.jpg
Normal file
After Width: | Height: | Size: 92 KiB |
BIN
resources/[props]/bzzz_garden_grill/images/20230616191427_1.jpg
Normal file
After Width: | Height: | Size: 306 KiB |
BIN
resources/[props]/bzzz_garden_grill/images/20230616191454_1.jpg
Normal file
After Width: | Height: | Size: 237 KiB |
BIN
resources/[props]/bzzz_garden_grill/images/20230616191536_1.jpg
Normal file
After Width: | Height: | Size: 202 KiB |
BIN
resources/[props]/bzzz_garden_grill/images/20230616191553_1.jpg
Normal file
After Width: | Height: | Size: 208 KiB |
30
resources/[props]/bzzz_garden_grill/readme.txt
Normal 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.
|
||||
--------------------------------------------------
|
BIN
resources/[props]/bzzz_garden_grill/stream/bzzz_grill_a.ydr
Normal file
BIN
resources/[props]/bzzz_garden_grill/stream/bzzz_grill_a.ytyp
Normal file
8
resources/[props]/bzzz_milk_automat/data/anim_coords.lua
Normal 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,
|
||||
}},
|
After Width: | Height: | Size: 32 KiB |
After Width: | Height: | Size: 19 KiB |
15
resources/[props]/bzzz_milk_automat/fxmanifest.lua
Normal 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'
|
||||
|
||||
|
||||
|
BIN
resources/[props]/bzzz_milk_automat/images/1.png
Normal file
After Width: | Height: | Size: 983 KiB |
BIN
resources/[props]/bzzz_milk_automat/images/2.png
Normal file
After Width: | Height: | Size: 644 KiB |
30
resources/[props]/bzzz_milk_automat/readme.txt
Normal 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.
|
||||
--------------------------------------------------
|