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

Purchase Pickle's Documents

Preview

Features

  • 7 Unique Licenses (Police / Government, EMS / Medical, Driver, Firearm, Hunting, Vending, Weed).

  • 3 Unique Documents (Property Ownership, Vehicle Registration, Firearm Registration).

  • Create your own types of Licenses & Documents all from the config!

  • Exports to Create Licenses & Documents from outside of the script.

  • Item and Group Requirements for Licenses / Documents.

  • Modular Input Forms for License & Document creation.

  • High-Quality and Realistic Photo Taking (Teleports to blank background for photo).

  • Configurable Locations for DMV / Registration.

  • Show IDs and Documents to others.

Supported Frameworks

  • ESX 1.1+ & Legacy (OX Inventory)
  • QBCore (QB Inventory)
  • Others (You must modify the bridge)

Additional Requirements

Ox Lib (Required, Works anywhere).
Screenshot Basic (Required, Works anywhere).

Installation

Rename the folder to "pickle_documents".

Go to the "_INSTALL" folder.

Add the items & images.

Restart the server.

Need Support?

Click here!

Ready to download?

Escrow Subscription Pack (Documents, Dealerships, and more for $19.99/mo):

https://store.picklemods.com/category/subscriptions

Escrow Version ($19.99):

https://store.picklemods.com/package/5447777

Source Code Version ($64.99):

https://store.picklemods.com/package/5447780


Code is accessible No
Subscription-based No
Lines (approximately) ~800
Requirements Ox Lib, Screenshot Basic
Support Yes
14 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!

what am i doing wrong