• We are aware of style issues, fixing asap after Gamescom.

QBCORE rd-animations to QBCore [Rewritten by me]

nopixeliloveyou

Member
God VIP
Joined
Aug 7, 2025
Messages
35
Reaction score
10
Points
8
Credits
39
hello đź‘‹
I ported rd-animations to QBCore (NUI menu included). Let me know if you spot issues — I noticed folks were asking for a QB version.



Source;
https://highleaks.com/threads/r-animations-menu.22459/





INFO:
I'm giving it to free because it may not be 100% functional. Let me know if you find any mistakes and I'll fix them.


Download here

what’s done (short & precise)


Full ESX → QBCore port (callbacks, notify, closest player, streaming helpers, events).
UI: ui_page 'html/ui.html' — opening the menu and clicking plays the animation.
DB persistence: favourites (sets 1–5), walking style, facial expression.

Fixes: key conflict, invalid models (guitar, map2), cleaned manifest.

dependencies

qb-core
oxmysql (server side: @oxmysql/lib/MySQL.lua)

keys (and where to change them)


Cancel: uses Config.CancelAnimationDefultKey (default X).
→ edit in client/config.lua.
Hands Up: Config.HandsUpDefaultKey = 'H' (instead of X).
→ edit in client/config.lua.


(Cancel mapping is no longer hardcoded: RegisterKeyMapping('+c', ..., Config.CancelAnimationDefultKey).)

installation


Drop rd-animations into resources/[qb]/rd-animations/.
Import sql_qb.sql into your DB.
In server.cfg:


ensure qb-core
ensure oxmysql
ensure rd-animations
 
Last edited:
Back
Top