For the complete documentation index, see llms.txt. This page is also available as Markdown.

Usage of documents

Showing documents must be attached to some of your script or item. The client trigger to show the document is:

TriggerEvent("vms_document:showMyDocument", "id_card") -- ID CARD

TriggerEvent("vms_document:showMyDocument", "id_drive") -- DRIVE LICENSE

TriggerEvent("vms_document:showMyDocument", "id_fly") -- FLYING LICENSE

TriggerEvent("vms_document:showMyDocument", "id_boat") -- BOAT LICENSE

TriggerEvent("vms_document:showMyDocument", "id_weapon") -- WEAPON LICENSE

Last updated