Am I doing something wrong here? I followed the instructions of renaming the document to āesx_documentsā and changed the from fx_version 'adamant ā to fx_version āceruleanā. The problem is when I try to save a document the menu freezes and I had to restart the game. Also, when I was trying to import the sql thereās an error saying " āUse essentialmodeā." When I renamed the folder āesx_documentsā the menu shows up but not the actual document but when I changed the folderās name to esx_documents, the menu shows up, the document shows up, but then it freezes after I hit submit. Iām not good with codes and I need help.
For everyone who have the problem, that the documents wonāt show up after player relog or server restart then do the following!
Paste this at the bottom of client.lua
RegisterNetEvent('esx:playerLoaded')
AddEventHandler('esx:playerLoaded', function(playerData)
if playerData then
GetAllUserForms()
end
GetAllUserForms()
end)
i have a problem when i open a document and then finish writing and signing i can no longer exit the menu the mouse is displayed all the time that one document is gone but the menu and the mouse is there ⦠help
Hello I have a problem. Maybe a file is corrupted. Every time i try to open my Saved Documents the script freeze. This happen only with Saved Documents the other options are just fine. So is there any chance if i delete the locale files of Saved Documents fix this ? And if i can do that, where i can find the locale files of the Saved Documents ?
Do you see in the error where it states itās requesting URLs over http instead of https? Change those requests in the resource from http to https and the error should go away.