Plays random emotes when the player stands still. Uses rpemotes and vanilla GTA animations.
- Automatically plays a random emote after standing still for 15 seconds
- Emote stops when you move
- Does not trigger in vehicles, when swimming, or when dead
- Configurable idle timeout and emote list
- Copy the
idle-emotesfolder into your server'sresourcesdirectory. - Ensure
rpemotesstarts before this resource. - Add to your
server.cfg:
ensure rpemotes
ensure idle-emotesEdit config.lua:
| Option | Default | Description |
|---|---|---|
Config.IdleTimeout |
15 | Seconds of standing still before emote plays |
Config.EmoteDuration |
-1 | How long each emote plays (ms, -1 = infinite) |
Config.Emotes |
[...] | List of emotes to choose from (dict, anim, flag) |
Add custom emotes from rpemotes or other packs by adding entries to Config.Emotes.
- RPEmotes