🧋1.1.7 - Added KayKayMods Props 🧋

This commit is contained in:
TayMcKenzieSA
2023-02-23 03:52:37 +13:00
parent fc31126dc4
commit c0e05ecbad
8 changed files with 49 additions and 6 deletions

View File

@@ -515,7 +515,9 @@ A huge thank you to the following people for their amazing contributions made t
- Thank you to Chocoholic Animations for the custom animations
- Thank you to [CrunchyCat](https://www.gta5-mods.com/users/crunchycat) for the custom animations
- Thank you to [CrunchyCat](https://www.gta5-mods.com/users/crunchycat) for the custom animations
- Thank you [KayKayMods](https://discord.gg/5bYQVWVaxG) for the custom props
- Thank you to you, the community for being patient, showing love and appreciation, and for providing translations.

View File

@@ -11109,6 +11109,25 @@ RP.PropEmotes = {
EmoteMoving = true
}
},
["frappe2"] = {
"amb@code_human_wander_drinking@female@base",
"static",
"Frappe 2 ",
AnimationOptions = {
Prop = 'starbuckscup',
PropBone = 28422,
PropPlacement = {
-0.0060,
0.0150,
-0.0780,
0.0,
0.0,
0.0,
},
EmoteLoop = true,
EmoteMoving = true
}
},
["edrink"] = {
"mp_player_intdrink",
"loop_bottle",
@@ -11992,6 +12011,25 @@ RP.PropEmotes = {
EmoteLoop = true
}
},
["teddy2"] = {
"impexp_int-0",
"mp_m_waremech_01_dual-0",
"Teddy 2 - Gremlin",
AnimationOptions = {
Prop = 'gremlin_plush',
PropBone = 57005,
PropPlacement = {
0.2610,
-0.1220,
-0.0290,
-96.2588,
62.8313,
9.2446
},
EmoteMoving = true,
EmoteLoop = true
}
},
["backpack"] = {
"move_p_m_zero_rucksack",
"nill",

View File

@@ -542,7 +542,9 @@ function AddInfoMenu(menu)
infomenu:AddItem(NativeUI.CreateItem("Thanks <font color=\"#7B3F00\">Chocoholic Animations 🍫</font>",
"<font color=\"#7B3F00\">Chocoholic Animations</font> for the custom emotes 🍫"))
infomenu:AddItem(NativeUI.CreateItem("Thanks <font color=\"#34cf5d\">CrunchyCat 🐱</font>",
"<font color=\"#34cf5d\">CrunchyCat</font> for the custom emotes 🐱"))
"<font color=\"#34cf5d\">CrunchyCat 🐱</font> for the custom emotes 🐱"))
infomenu:AddItem(NativeUI.CreateItem("Thanks <font color=\"#d10870\">KayKayMods</font>",
"<font color=\"#d10870\">KayKayMods</font> for the custom props 🧋"))
infomenu:AddItem(NativeUI.CreateItem("Thanks to the community", "Translations, bug reports and moral support 🌐"))
end

View File

@@ -3,7 +3,7 @@
fx_version 'cerulean'
game 'gta5'
version '1.1.6'
version '1.1.7'
lua54 'yes'
dependencies {
@@ -51,6 +51,8 @@ client_scripts {
---- Loads all ytyp files for custom props to stream ---
data_file 'DLC_ITYP_REQUEST' 'stream/taymckenzienz_rpemotes.ytyp'
data_file 'DLC_ITYP_REQUEST' 'badge1.ytyp'
data_file 'DLC_ITYP_REQUEST' 'copbadge.ytyp'
@@ -93,5 +95,4 @@ data_file 'DLC_ITYP_REQUEST' 'stream/brum_heart.ytyp'
data_file 'DLC_ITYP_REQUEST' 'stream/brum_heartfrappe.ytyp'
data_file 'DLC_ITYP_REQUEST' 'stream/taymckenzienz_rpemotes.ytyp'
data_file 'DLC_ITYP_REQUEST' 'stream/kaykaymods_props.ytyp'

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -1 +1 @@
1.1.6
1.1.7