mirror of
https://github.com/jimathy/rpemotes.git
synced 2026-03-31 06:33:51 -04:00
🧋1.1.7 - Added KayKayMods Props 🧋
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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'
|
||||
|
||||
BIN
stream/[Props]/KayKayMods/gremlin_plush.ydr
Normal file
BIN
stream/[Props]/KayKayMods/gremlin_plush.ydr
Normal file
Binary file not shown.
BIN
stream/[Props]/KayKayMods/kaykaymods_props.ytyp
Normal file
BIN
stream/[Props]/KayKayMods/kaykaymods_props.ytyp
Normal file
Binary file not shown.
BIN
stream/[Props]/KayKayMods/starbuckscup.ydr
Normal file
BIN
stream/[Props]/KayKayMods/starbuckscup.ydr
Normal file
Binary file not shown.
@@ -1 +1 @@
|
||||
1.1.6
|
||||
1.1.7
|
||||
Reference in New Issue
Block a user