[RELEASE] [ESX] Documents

You may need use the xPlayer function of esx, if the developer autorize me I go to re-release for compatible with esx

1 Like

would be awesome

Make sure your resource folder name is esx_documents. i seen your screenshot that the folder name is ESX_Documents-master

Hello. In the Greek menu. The greek letters is not showing. Can you help me ?

Thank you in advance.

Hi @ Apostolos_Iatridis,

Sorry to disturb you, i need a information to your ESX Documents script. I wanted to use it but to my side, i have a problem when i use.
To install and launch, i haven’t problem.

But in game, when i press L, i choose a document and i writte in the form, i click on submit. My client fivem crashing.

do you know how to fix it ?

Thank you for your time and your potential return.sorry for my english, i’m frensh.

Good day and bye

I go to update the esx_documents, and made a re-release of that script because is abandoned and is a beatiful script, here is my post

1 Like

Hy sorry , my documents are saved , but not show this! Whats the problem?

If you’re using the esx v1.2 you may need download my version:

its working on i restart the resource

how do i add documents for mechanic plz?

Everything is f*cked up in locales, you must re-write all lines from [ambulance], then you can add other jobs

did you help me? Why did work only i restarted resource

Anyone can help me?

We also have the problem that after the server restart the documents in the game are no longer available.
But they are available in the database.

check if this fix the problem, in the client part i add this at the end

RegisterNetEvent(‘esx:playerLoaded’)
AddEventHandler(‘esx:playerLoaded’, function(playerData)
if playerData then
GetAllUserForms()
end
GetAllUserForms()

end)

3 Likes

That works!! Thank you very much

1 Like

The menu will not open after inserting this text.

the code doest touch the menu, is just calling a function

If I take out your text, the menu can be opened again.

my code work in my script, and Davilov tested and works