[DISCONTINUED] Pickle's Documents & Identification | Create your own Licenses, Documents, and more! | 10+ Templates Included!

This product has been discontinued. Click here for new products!

15 Likes

best document script <3

1 Like

Cool :slight_smile:

1 Like

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

1 Like

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.

1 Like

Fixed!

Re-download it through keymaster and you should now have access.

really nice work bro :heart_eyes:

1 Like

Another fantastic job! :fire: this is must have for realism in RP.

1 Like

Thank you so much, your scripts are awesome!

awesome

1 Like

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)
1 Like

Very nice ! suggestion : Add license transfer option with new name without recreating a new one

1 Like

ty bro ! love u

1 Like

Lacks license validity period. :muscle::sunglasses:

You can always add it by adding metadata values :smile:

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!

1 Like

what am i doing wrong