Messages
42
Reactions
1
Credits
2,475
Joined
May 2023
Messages
74
Reactions
0
Credits
5,890
Joined
May 2022
Releaking...
from https://highleaks.com/threads/pa-scripts-nopixel-4-0-inspired-craft-system-open-source.26333/
Just delete this thread at this point
from https://highleaks.com/threads/pa-scripts-nopixel-4-0-inspired-craft-system-open-source.26333/
Just delete this thread at this point
Messages
204
Reactions
1
Credits
272
Joined
Jun 2023
Missxng,
wrote:
Releaking...
from https://highleaks.com/threads/pa-scripts-nopixel-4-0-inspired-craft-system-open-source.26333/
Just delete this thread at this point
from https://highleaks.com/threads/pa-scripts-nopixel-4-0-inspired-craft-system-open-source.26333/
Just delete this thread at this point
not really, if u check date this one is up to date and it also offer the updated pa-props
Messages
74
Reactions
0
Credits
5,890
Joined
May 2022
monetleak3d,
wrote:
not really, if u check date this one is up to date and it also offer the updated pa-props
it probably doesnt work like the other one. regardless. you can place the crafting bench
Messages
204
Reactions
1
Credits
272
Joined
Jun 2023
Missxng,
wrote:
it probably doesnt work like the other one. regardless. you can place the crafting bench
pa-props works perfectly, instead of crafting that needs the lib
Messages
204
Reactions
1
Credits
272
Joined
Jun 2023
Messages
204
Reactions
1
Credits
272
Joined
Jun 2023
Messages
32
Reactions
1
Credits
588
Joined
Aug 2023
monetleak3d,
wrote:
lets go, thought was more difficult but it was really easy xD
u can send it to me please?
Messages
299
Reactions
0
Credits
2
Joined
Aug 2024
martink7331,
wrote:
Hello everyone! I am sharing you the latest version of pa-crafting completely open-source. In the pack even I included pa-props again OPEN source so y...
thanks for this! going to test it out right now!
Messages
54
Reactions
0
Credits
4,125
Joined
Jul 2024
monetleak3d,
wrote:
vamos, pensé que era más difÃÂcil pero fue realmente fácil xD
¿Cuantos creditos por el trabajo del guion?
Messages
54
Reactions
0
Credits
4,125
Joined
Jul 2024
monetleak3d,
wrote:
lets go, thought was more difficult but it was really easy xD
How many credits for the script working?
Messages
42
Reactions
1
Credits
2,475
Joined
May 2023
martink7331,
wrote:
Hello everyone! I am sharing you the latest version of pa-crafting completely open-source. In the pack even I included pa-props again OPEN source so y...
Try all with :
RegisterNetEvent('pa-craft:openMenu')
AddEventHandler('pa-craft:openMenu', function(receivedMenuId)
menuId = receivedMenuId
-- This section handles the menu open state directly
menuOpen = true
-- Fetch the weapon item details and open the NUI menu
TriggerCallback('pa-craft:GetWeaponItem', function(callback, Queue)
SendNUIMessage({
type = "open",
weaponAttachment = {},
weapons = callback,
craftItems = PA.CraftItems,
append = true,
Queue = Queue,
folder = PA.InventoryFolder
})
menuOpen = true
SetNuiFocus(true, true)
while menuOpen do
Citizen.Wait(1000)
TriggerCallback('pa-craft:queueUpdate', function(callback)
SendNUIMessage({
type = "queueUpdate",
Queue = callback,
folder = PA.InventoryFolder
})
end, menuId)
end
end)
SetEntityVisible(PlayerPedId(), false)
-- Event listener to handle closing the menu
RegisterNUICallback('closeMenu', function(data, cb)
menuOpen = false
SetNuiFocus(false, false)
SetEntityVisible(PlayerPedId(), true)
cb('ok')
end)
end)
this replaced function it should open the crafting but it wont handle the receivedMenuId, should find out how this can be done so the pa-lib-2 it will not be needed
Messages
71
Reactions
0
Credits
21
Joined
Mar 2024
The attention to detail in this script is impressive, making it a must-have for any serious gamer.
Messages
111
Reactions
0
Credits
2,673
Joined
Mar 2022
martink7331,
wrote:
Try all with :
RegisterNetEvent('pa-craft:eek:penMenu')
AddEventHandler('pa-craft:eek:penMenu', function(receivedMenuId)
menuId = ...
RegisterNetEvent('pa-craft:eek:penMenu')
AddEventHandler('pa-craft:eek:penMenu', function(receivedMenuId)
menuId = ...
where should this be added?
Messages
42
Reactions
1
Credits
2,475
Joined
May 2023
FivemDev_,
wrote:
where should this be added?
replace the main function with it and it will start works but not completely how it is supposed to
Messages
204
Reactions
1
Credits
272
Joined
Jun 2023
martink7331,
wrote:
replace the main function with it and it will start works but not completely how it is supposed to
https://streamable.com/222uzr i think i completly fixed it
Messages
60
Reactions
12
Credits
1,294
Joined
Jun 2023
Good job G! Can you share it?
Messages
3
Reactions
0
Credits
2
Joined
Mar 2024
martink7331,
wrote:
Hello everyone! I am sharing you the latest version of pa-crafting completely open-source. In the pack even I included pa-props again OPEN source so y...
Good job man. Thank you
Messages
219
Reactions
2
Credits
1,024
Joined
Jul 2024
Messages
53
Reactions
2
Credits
5,169
Joined
Jan 2024
Thanks for the fix! Look forward on seeing it. Also which inventory is this? Been looking for one for a while now :)