#1
Related content
Messages
0
Reactions
0
Credits
17
Joined
N/A
Messages
9
Reactions
0
Credits
27
Joined
Feb 2024
#21
don't work can you please replace it
Messages
19
Reactions
0
Credits
29
Joined
Feb 2024
#22
Give Plz 0r-lib for work this
Messages
10
Reactions
0
Credits
711
Joined
Dec 2023
#23
no work need 0r lib bro ....
[CHARGE=30][/CHARGE]
[CHARGE=30][/CHARGE]
Messages
266
Reactions
0
Credits
23
Joined
Sep 2021
#24
You don't actually need any of that. I have their chat resource that technically requires 0r-lib, but got it fully working without it. If you can code you can simply alter the dependencies.
Messages
7
Reactions
0
Credits
9
Joined
Dec 2023
#25
thank you brrooo, this is so good for me
Messages
269
Reactions
0
Credits
978
Joined
Sep 2023
#26
Thanks for this craft i test him !!
Messages
301
Reactions
0
Credits
555
Joined
Aug 2022
#27
[HEADING=3]@@Periphery [/HEADING]
If you have done this, can you share it with us or if you have 0r_lib open source, can you share it?
If you have done this, can you share it with us or if you have 0r_lib open source, can you share it?
Messages
87
Reactions
0
Credits
42
Joined
Jan 2024
#28
nice ,thank you for sharing
Messages
21
Reactions
0
Credits
1,677
Joined
Jan 2024
#29
icpdk,
wrote:
0r-craft [NoPixel 4.0 Inspired] [open source]
[attachment removed]
-=Stripped Content=-
[attachment removed]
-=Stripped Content=-
0r-craft [NoPixel 4.0 Inspired] [open source][/open][/nopixel][/attachment][/open][/nopixel]
Messages
266
Reactions
0
Credits
23
Joined
Sep 2021
#30
WestRust,
wrote:
[HEADING=3]@@Periphery [/HEADING]
If you have done this, can you share it with us or if you have 0r_lib open source, can you share it?
If you have done this, can you share it with us or if you have 0r_lib open source, can you share it?
It took me 2 hours to reverse engineer the 0r_lib parts. All it does with 0r-lib is spawning the items on the craft table, but that's it.. If you can rub 2 braincells together, you can code that yourself.
Messages
42
Reactions
0
Credits
2,395
Joined
May 2023
#31
Periphery,
wrote:
It took me 2 hours to reverse engineer the 0r_lib parts. All it does with 0r-lib is spawning the items on the craft table, but that's it.. If you...
Can you provide an code for that i did the same thing I used createobject with requestmodel but for some reason in my case it gets the weapon name instead of weapon streamable object. Also the components don’t want to stream even with all my edit. Sorry if i bother you mate.
Messages
203
Reactions
0
Credits
8
Joined
Dec 2023
#32
it works with the 0r motel ?
Messages
266
Reactions
0
Credits
23
Joined
Sep 2021
#33
martink7331,
wrote:
Can you provide an code for that i did the same thing I used createobject with requestmodel but for some reason in my case it gets the weapon name ins...
local modelHash = object.name
if not HasModelLoaded(modelHash) then
RequestModel(modelHash)
while not HasModelLoaded(modelHash) do
Citizen.Wait(1)
end
end
local createdObject = CreateObject(modelHash, _coords.x, _coords.y, _coords.z, false, false, false)
works just fine. You messed up somewhere.
Messages
266
Reactions
0
Credits
23
Joined
Sep 2021
#34
Also for the record, This is just 0r-craft. Doesn't look like NoPixel in the slightest.
Messages
301
Reactions
0
Credits
555
Joined
Aug 2022
#35
[HEADING=3]@@Periphery [/HEADING]
Periphery,
wrote:
If you could share with us the version that does not require 0r_lib, then people would rather bother with it.
Periphery,
wrote:
Also for the record, This is just 0r-craft. Doesn't look like NoPixel in the slightest.
If you could share with us the version that does not require 0r_lib, then people would rather bother with it.
Messages
42
Reactions
0
Credits
2,395
Joined
May 2023
#36
Periphery,
wrote:
local modelHash = object.name
if not HasModelLoaded(modelHash) then
RequestModel(modelHash)
while not HasModelLoaded(modelHash) do
Citizen.Wait(1)
e...
if not HasModelLoaded(modelHash) then
RequestModel(modelHash)
while not HasModelLoaded(modelHash) do
Citizen.Wait(1)
e...
Hi again! Thanks for answering and thats the same thing I did. I will check again after work to see if miss spelled the modelHash, but in my case it worked in all other 3 functions but inside here "function Koci.Client.Craft:LoadWeaponOnTable(weapon)" I couldn't make it.
Messages
266
Reactions
0
Credits
23
Joined
Sep 2021
#37
martink7331,
wrote:
Hi again! Thanks for answering and thats the same thing I did. I will check again after work to see if miss spelled the modelHash, but in my case it w...
I removed all the Koci.Client.Craft: nonsense and converted them to regular functions. If you plan on doing the same, make sure you actually list
createdShopBlips = {},
createdShopBenchObjects = {},
openedShop = nil,
isTheShopOpen = false,
shopCam = nil,
createdWeaponObjectOnTable = nil,
selectedWeapon = nil,
createdItemObjectOnTable = nil,
CraftingQueues = {},
completedCraftingQueues = {},
queueThreadIsActive = false
as variables first.
Messages
15
Reactions
0
Credits
3,582
Joined
Dec 2023
#38
Periphery,
wrote:
I removed all the Koci.Client.Craft: nonsense and converted them to regular functions. If you plan on doing the same, make sure you actually list
cre...
cre...
Bro you know a lot abt this but most of us don’t, just share the working version, ill pay 300credits
Messages
266
Reactions
0
Credits
23
Joined
Sep 2021
#39
bl9z,
wrote:
Bro you know a lot abt this but most of us don’t, just share the working version, ill pay 300credits
Yes because I can code, and I don't believe in handouts to people that can't code. If you can't fix a simple line of code, you have literally no business in having a server.
Messages
42
Reactions
0
Credits
2,395
Joined
May 2023
#40
Periphery,
wrote:
Yes because I can code, and I don't believe in handouts to people that can't code. If you can't fix a simple line of code, you have lit...
Hi again! The problem with me is this function Koci.Client.Craft:AddAttachmentToWeapon(_weapon, newAttachment, cb), i made the function LoadWeaponOnTable and the LoadPropOnTable all works fine i see the weapons, but the attachments i cant figure out how to add them for now i have them added with 0 , 0 , 0 coords and then i attach them to the weapon but not working fine with the coords of the actual weapon object. If you can explain me that i'll be glad!
Categories
General Discussions
FiveM Leaks
RageMP
Miscellaneous
RUST