NP-EMOTE FIXED Keybinds Working and Save in Database

posted 18-05-2024 11:52 8.623 views 66 replies 50 Credits
Asnt73
0 Posts
485 Credits
N/A Since
#1 8.623 views 66 replies
[MEDIA=imgur]3JrtgHT[/MEDIA] [MEDIA=imgur]p8xI5oO[/MEDIA] https://streamable.com/dod7nd Drag and Drop QBCOre , SQL Inside File . Also can set keybinds by commands . Keybinds Default works with Shift+Numpad 0 to 6 with Numpad Off , After you can change the keys in Fivem Setting Key Binds [MEDIA=imgur]AHNALlE[/MEDIA] with Delete Key Emotes cancel Paste this to qb-radialmenu/config.lua { id = "emotes", displayName = "Emotes", icon = "#emotes", enableMenu = function() local Data = QBCore.Functions.GetPlayerData() return not Data.metadata["isdead"] and not Data.metadata["inlaststand"] end, functionName = "emotes:OpenMenu" }, or for events or function use "emotes:OpenMenu" Anything Comment Below
replies (20)
pooria222
1 Posts
78 Credits
Mar 2022 Since
#41
can some one help me with some credits?
[CHARGE=5][/CHARGE]
Asnt73
88 Posts
485 Credits
Aug 2022 Since
#42

pooria222,
can some one help me with some credits?

Here you gooo have fun
monetleak3d
204 Posts
165 Credits
Jun 2023 Since
#43

Asnt73,
[MEDIA=imgur]3JrtgHT[/MEDIA]
[MEDIA=imgur]p8xI5oO[/MEDIA]
https://streamable.com/dod7nd

Drag and Drop QBCOre , SQL Inside File . Also...

18 folders not recommended lol...
Asnt73
88 Posts
485 Credits
Aug 2022 Since
#44

monetleak3d,
18 folders not recommended lol...

is upto you dude , and all of them are not necessery so do as you like
epereza
157 Posts
1,075 Credits
May 2022 Since
#45
Thanks for this share. I like the ui.
obito010929
178 Posts
92 Credits
May 2024 Since
#46
Thanks man really appreciate it
exodizzmo
8 Posts
298 Credits
Jan 2024 Since
#47
Tried to use, resources are running but when I add the function to qb-radialmenu it gives the following errors. I am probably doing something wrong. Please advise [attachment removed][/attachment]
Asnt73
88 Posts
485 Credits
Aug 2022 Since
#48

exodizzmo,
Tried to use, resources are running but when I add the function to qb-radialmenu it gives the following errors. I am probably doing something wrong. P...

screenshot of qb-radialmenu , what you did . is showing you did something wrong in config.lua[/attachment]
exodizzmo
8 Posts
298 Credits
Jan 2024 Since
#49
can you provide a layout of your radialmenu and I can go off of that
nadox0001
3 Posts
47 Credits
May 2024 Since
#50
nice script nice script nice script
Asnt73
88 Posts
485 Credits
Aug 2022 Since
#51

exodizzmo,
can you provide a layout of your radialmenu and I can go off of that

just use this "emotes:OpenMenu"--this events to open menu you can do via radialmenu , registercommand or even keymapping
Asnt73
88 Posts
485 Credits
Aug 2022 Since
#52
-- Register a command to open the emote menu
RegisterCommand('openemotemenu', function()
TriggerEvent('emotes:OpenMenu')
end, false)

TriggerEvent('chat:addSuggestion', '/openemotemenu', 'Open the emote menu')

-- Create a keymapping for the emote menu
RegisterKeyMapping('openemotemenu', 'Open Emote Menu', 'keyboard', 'F3')

AddEventHandler('emotes:OpenMenu', function()
print('Emote menu opened')
end)

or for JS
// Register a command to open the emote menu
RegisterCommand('openemotemenu', function() {
emit('emotes:OpenMenu');
}, false);

TriggerEvent('chat:addSuggestion', '/openemotemenu', 'Open the emote menu');

// Create a keymapping for the emote menu
RegisterKeyMapping('openemotemenu', 'Open Emote Menu', 'keyboard', 'F3');

// Listen for the 'emotes:OpenMenu' event
on('emotes:OpenMenu', function() {
console.log('Emote menu opened');
});

or in radialmenu i have already told use same format as yours or copy on of you format in Funtion or Events Paste "emotes:OpenMenu"
sreal._
14 Posts
36 Credits
May 2024 Since
#53
Thanks! I like this one
hensonn2410
74 Posts
199 Credits
Mar 2024 Since
#54
great job works perfect for everyone
servercomputer909
96 Posts
40 Credits
Aug 2024 Since
#55
Thanks for this very good upload. love it brother
sandy_786
92 Posts
48 Credits
Aug 2024 Since
#56
what radialmenu do you use?
asikar.overt
236 Posts
40 Credits
Jul 2024 Since
#57
A remarkably well-crafted and victorious script
Asnt73
88 Posts
485 Credits
Aug 2022 Since
#58

sandy_786,
what radialmenu do you use?

i use qb-radialmenu custom css one
Mydragin
28 Posts
358 Credits
Apr 2023 Since
#59
Nice one ! Thanks for sharing
thebear_
2 Posts
16 Credits
Mar 2024 Since
#60

Asnt73,
[MEDIA=imgur]3JrtgHT[/MEDIA]
[MEDIA=imgur]p8xI5oO[/MEDIA]
https://streamable.com/dod7nd

Drag and Drop QBCOre , SQL Inside File . Also...

işe yarar olmuş teşekkürler mis

You must be logged in to reply

Login Register