8 Commits

Author SHA1 Message Date
iSentrie
e91c0c726c refactor/feat: cleaning, minor fixes, new feature to disable specific emotes in vehicle (#129)
Changes:
• cleaning
• deleted unused code
• indentation fixes
• minor fixes (proper source usage in server side)
• new feature to disable specific emotes from playing  inside an vehicle
2023-01-26 11:25:40 +13:00
Mads
63d58cc8e8 😎 Feat: Add Exit Emotes (#101) 😎
* Feat: Add Exit Emotes

This would add the option to add "exit emotes" for any emote.

The point of adding this would be to allow for more "smooth" or "dynamic" animations to be set up, hopefully improving the "natural flow" when using emotes. Further down the line entry emotes could also be added to build on top of this.

This PR only includes getting up (getup) as an example on how it could be used, more emotes could be added as time goes by.

I don't think I've seen any other menu with this, so it certainly should be a step ahead of other menus.

Here is a video showing it in action: https://youtu.be/uEWAz-xgHlg (sorry for the "low" fps, my pc suddenly decided to not cooperate)

* Made Requested Changes

Add checks to confirm that both the exit type and emote exists. ExitEmoteType also defaults to "Emotes" if not specified.

ExitEmote config have been changed to match the style of other configs. It is now split up into ExitEmote and ExitEmoteType.

Added new array in the RP table called "Exits" to allow adding exit emotes without having them appear in the menu, they are still available trough commands.
2023-01-15 05:25:00 +13:00
GeekGarage
d1bb858128 ⚙️ Version 1.0.6 ⚙️
* Cleanup array merge

* disable animal emotes

* missing AnimalEmote true

* fix spelling error in check

* added option to have multiple custom files

* Update AnimationListCustom.lua

* Version update

* update Text
2022-12-13 06:53:57 +13:00
Andyauk
1e4c679100 wrong code fix (#76)
* wrong version fix

* double code fix

double code fix
2022-12-01 11:17:17 +13:00
TayMcKenzieSA
ba181c13a8 🌏Updated Config Translations 🌍
Thanks the community for the translations of Fireworks 🙏
2022-12-01 01:51:40 +13:00
Scully
ec504db118 Major Update - Credits To Scully 🙂
* Major Update

- Convert to RPEmotes.
- Add support for colors on particles.
- Removed an unusual check when using the pay emote function.
- Added config option to change cancel key.
- Changed all keys to lowercase to prevent the "key no worky" bug.
- Changed the open key to f4.
- Improved and cleaner version check.
- Updated events as the usage was deprecated.
- Added a check to remove any unsupported emotes such as ones unsupported from game builds and improved the adult animation removal.

* Fix

* Changes

* Update README.md
2022-11-30 01:08:19 +13:00
AvaN0x
6406b93e25 fix: 🐛 fix custom emotes not added to menu
mainly caused by the order of load of each files
2022-08-24 11:21:37 +02:00
AvaN0x
7c0f83ad01 feat: add a way to have another array for custom emotes 2022-08-23 21:54:36 +12:00