From 5e6cd29ca84aaa954f8b5b304dd3b1a0a23a1e3a Mon Sep 17 00:00:00 2001 From: rex2630 Date: Sun, 19 Jan 2020 17:04:01 +0100 Subject: [PATCH] Replace __resource.lua with fxmanifest.lua --- __resource.lua => fxmanifest.lua | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) rename __resource.lua => fxmanifest.lua (85%) diff --git a/__resource.lua b/fxmanifest.lua similarity index 85% rename from __resource.lua rename to fxmanifest.lua index 3222d8a6..638263f9 100644 --- a/__resource.lua +++ b/fxmanifest.lua @@ -1,4 +1,6 @@ -resource_manifest_version '44febabe-d386-4d18-afbe-5e627f4af937' +fx_version 'adamant' + +game 'gta5' description 'ESX Vehicle Shop' @@ -32,4 +34,4 @@ client_scripts { dependency 'es_extended' -export 'GeneratePlate' \ No newline at end of file +export 'GeneratePlate'