• Please report every thread you think might be harmful or does not meet expectations or the link is offline, you will be refunded the credits you paid and the Thread Starter recieves a message to update his content, if its malicious we remove it and warn and eventualy the TS if it reoccurs.

QBUS NoPixel 4.0 Inventory | FREE (3 Viewers)

Anonymous7

Active member
Joined
Nov 4, 2022
Messages
184
Reaction score
5
Points
18
Credits
542
inventory works for qbcore? and is it fully functional? Is it open source?
 

suldmn

Active member
Joined
Apr 5, 2023
Messages
59
Reaction score
15
Points
8
Credits
10,537
lol... do it your self xD you selling so then make it. not asking ppl and then sell shit xD
also only body en head dmg are working if i look @ this otherwise you need to send the damage scripts with it aka Ir_skeleton
Sorry bro , When i do my personal shit , i will focus on this
 

suldmn

Active member
Joined
Apr 5, 2023
Messages
59
Reaction score
15
Points
8
Credits
10,537
No have my own system for damage.
so far i can see in the s4 you need to create a export from the javascript.

i only look up the code did not test this.

what i can see so far are this the part names of s4.
head
chest
lArm
rArm
lKnee
rKnee

So maybe this will help you out

exports('getHealthForBodyParts', () => { let bodyPartsHealth = { head: 100, chest: 100, lArm: 100, rArm: 100, lKnee: 100, rKnee: 100 }; $.each(cacheData.data.injuresD, function (i, v) { if(configg.BoneLabelText[v.bid].name == 'Head') { bodyPartsHealth.head = bodyPartsHealth.head - (v.count * 10); if (bodyPartsHealth.head < 0) { bodyPartsHealth.head = 0; } } else if(configg.BoneLabelText[v.bid].name == 'Chest') { bodyPartsHealth.chest = bodyPartsHealth.chest - (v.count * 10); if (bodyPartsHealth.chest < 0) { bodyPartsHealth.chest = 0; } } else if(configg.BoneLabelText[v.bid].name == 'LArm') { bodyPartsHealth.lArm = bodyPartsHealth.lArm - (v.count * 10); if (bodyPartsHealth.lArm < 0) { bodyPartsHealth.lArm = 0; } } else if(configg.BoneLabelText[v.bid].name == 'RArm') { bodyPartsHealth.rArm = bodyPartsHealth.rArm - (v.count * 10); if (bodyPartsHealth.rArm < 0) { bodyPartsHealth.rArm = 0; } } else if(configg.BoneLabelText[v.bid].name == 'LKnee') { bodyPartsHealth.lKnee = bodyPartsHealth.lKnee - (v.count * 10); if (bodyPartsHealth.lKnee < 0) { bodyPartsHealth.lKnee = 0; } } else if(configg.BoneLabelText[v.bid].name == 'RKnee') { bodyPartsHealth.rKnee = bodyPartsHealth.rKnee - (v.count * 10); if (bodyPartsHealth.rKnee < 0) { bodyPartsHealth.rKnee = 0; } } }); return bodyPartsHealth; });
Thank you bro . .
 

Freedom

Administrator
Staff member
God VIP
VIP
Joined
Apr 21, 2022
Messages
60
Reaction score
13
Points
8
Credits
1,391
it was 1000 creds he made lower

Still not worth it. its a edit version of the PS one. and so far i see its not finish.

if this is worth a 1000 or 200 then i dont wanne know what mine is
 

Users who are viewing this thread

  • A
Top