apoiat / ESX_Documents

Ingame document filling, signing and exchanging platform for fivem, esx platform
52 stars 43 forks source link

Resource esx_documents does not specify an `fx_version` in fxmanifest.lua #18

Open terletzky opened 4 years ago

terletzky commented 4 years ago

When trying to start the resource, i get an Resource esx_documents does not specify an fx_version in fxmanifest.lua

rocogamer commented 4 years ago

You restarted the server to start the script??

terletzky commented 4 years ago

Yes I did

terletzky commented 4 years ago

I got it working after a while, however I cannot read the avocat job documents.

rocogamer commented 4 years ago

The work avocat have the same name at the config of documents??

gotzonot commented 3 years ago

Remove the space in fx_version

DonzoBundestag commented 3 years ago

That dose not help me with the problem @gotzonot

FruityQC commented 3 years ago

There https://forum.cfx.re/t/release-esx-documents/547648/244?u=felix1400

kojackplay commented 10 months ago

fx_version 'cerulean' games { 'rdr3', 'gta5' }

author 'John Doe j.doe@example.com' description 'Example resource' version '1.0.0'

-- What to run client_scripts { 'client.lua', 'client_two.lua' } server_script 'server.lua'

-- Extra data can be used as well my_data 'one' { two = 42 } my_data 'three' { four = 69 }

-- due to Lua syntax, the following works too: my_data('nine')({ninety = "nein"})

-- metadata keys can be arbitrary pizza_topping 'pineapple'