Skip to content
This repository has been archived by the owner on Jan 27, 2022. It is now read-only.

Commit

Permalink
Merge pull request #73 from FBFezz/master
Browse files Browse the repository at this point in the history
Update to fxmanifest.lua
  • Loading branch information
lze3 authored Jun 4, 2020
2 parents 8f6c4af + 5965172 commit 0f4c133
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 20 deletions.
20 changes: 0 additions & 20 deletions __resource.lua

This file was deleted.

23 changes: 23 additions & 0 deletions fxmanifest.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
fx_version 'bodacious'
games { 'gta5' }

author 'MrDaGree'
description 'ELS FiveM'
version '1.7.0'

client_script {
'vcf.lua',
'config.lua',
'client/**/*.lua'
}

server_script {
'vcf.lua',
'config.lua',
'server/server.lua',
'server/xml.lua'
}

shared_script 'shared/*.lua'


0 comments on commit 0f4c133

Please sign in to comment.