• Consider VIP as an alternative for unlocking the whole board and not needing credits anymore as long as your VIP benefits endure. We have special offers today for any VIP plan only today starting at 6 euro a week ex trans fees.

QBCORE [Very Rare] NoPixel 4.0 Animation Menu [ReWorked] [Bug Fixed] (1 Viewer)

  • Post hidden due to user being banned.

Hyzen

Member
Jun 18, 2023
35
9
8
Credits
19
CREDIT TO [B]Wolfy[/B]

NO PIXEL 4.0 ANIMATION MENU

HOW TO INSTALL

Drag [np-emote] into your resources folder
Add the following line of code to a Radial Menu event​
Paste this to qb-radialmenu/config.lua
{
id = "Emotes",
displayName = "Emotes",
icon = "#general-emotes",
functionName = "emotes:OpenMenu",
eventType = "command",
enableMenu = function()
local src = source
local Player = QBCore.Functions.GetPlayerData(src)
local inlaststand = Player.metadata["inlaststand"]
local isdead = Player.metadata["isdead"]


return not inlaststand and not isdead
end
},
-=Stripped Content=-

Any issues just let me know and I'll help.

Preview:
bad there is very little content
 
  • Post hidden due to user being banned.
  • Post hidden due to user being banned.
  • Post hidden due to user being banned.
  • Post hidden due to user being banned.
  • Post hidden due to user being banned.
  • Post hidden due to user being banned.

rafasss__

Member
Feb 2, 2024
25
1
8
Credits
82
CREDIT TO [B]Wolfy[/B]

NO PIXEL 4.0 ANIMATION MENU

HOW TO INSTALL

Drag [np-emote] into your resources folder
Add the following line of code to a Radial Menu event​
Paste this to qb-radialmenu/config.lua
{
id = "Emotes",
displayName = "Emotes",
icon = "#general-emotes",
functionName = "emotes:OpenMenu",
eventType = "command",
enableMenu = function()
local src = source
local Player = QBCore.Functions.GetPlayerData(src)
local inlaststand = Player.metadata["inlaststand"]
local isdead = Player.metadata["isdead"]


return not inlaststand and not isdead
end
},
-=Stripped Content=-

Any issues just let me know and I'll help.

Preview:
very nice working script recomended
 

Maney

Member
Oct 17, 2022
7
2
3
Credits
21
CREDIT TO [B]Wolfy[/B]

NO PIXEL 4.0 ANIMATION MENU

HOW TO INSTALL

Drag [np-emote] into your resources folder
Add the following line of code to a Radial Menu event​
Paste this to qb-radialmenu/config.lua
{
id = "Emotes",
displayName = "Emotes",
icon = "#general-emotes",
functionName = "emotes:OpenMenu",
eventType = "command",
enableMenu = function()
local src = source
local Player = QBCore.Functions.GetPlayerData(src)
local inlaststand = Player.metadata["inlaststand"]
local isdead = Player.metadata["isdead"]


return not inlaststand and not isdead
end
},
-=Stripped Content=-

Any issues just let me know and I'll help.

Preview:
alright cool thanks appreciate it
 

Users who are viewing this thread

Top