props und config
This commit is contained in:
parent
e26ed4319c
commit
e484b3dfb5
20 changed files with 94 additions and 0 deletions
8
resources/[props]/bzzz_milk_automat/data/anim_coords.lua
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,
|
||||
}},
|
Binary file not shown.
After Width: | Height: | Size: 32 KiB |
Binary file not shown.
After Width: | Height: | Size: 19 KiB |
15
resources/[props]/bzzz_milk_automat/fxmanifest.lua
Normal file
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
BIN
resources/[props]/bzzz_milk_automat/images/1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 983 KiB |
BIN
resources/[props]/bzzz_milk_automat/images/2.png
Normal file
BIN
resources/[props]/bzzz_milk_automat/images/2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 644 KiB |
30
resources/[props]/bzzz_milk_automat/readme.txt
Normal file
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.
|
||||
--------------------------------------------------
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue