best document script <3
Cool
What’s in the core/client.lua? Source code version but still has an escrowed file.
Oh my apologies, let me fix that, 20 minutes.
Awesome! Thank You.
Nice release
Thats something only your inventory framework can manage, so if you want to make a card / document unremovable, modify the item install to what your framework says.
Fixed!
Re-download it through keymaster and you should now have access.
really nice work bro
Another fantastic job! this is must have for realism in RP.
Thank you so much, your scripts are awesome!
awesome
Awesome ! but which export should I use for example to give a gun license to another player ? ^^
exports.pickle_documents:GiveDocument(source, "Firearms", metadata, function(success)
end)
Very nice ! suggestion : Add license transfer option with new name without recreating a new one
ty bro ! love u
Lacks license validity period.
You can always add it by adding metadata values
Here’s an example:
exports.pickle_documents:GiveDocument(source, "Firearms", {
serial = "ABC123",
valid = false
}, function(success)
end)
You can also check the item post-creation permitting your inventory has the ability to do so.
Hope that helps!