mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-04 16:23:21 +00:00
Replace __resource.lua with fxmanifest.lua
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
fx_version 'adamant'
|
||||
|
||||
game 'gta5'
|
||||
|
||||
description 'ESX Sit'
|
||||
|
||||
version '1.0.3'
|
||||
|
||||
server_scripts {
|
||||
'config.lua',
|
||||
'lists/seat.lua',
|
||||
'server.lua'
|
||||
}
|
||||
|
||||
client_scripts {
|
||||
'config.lua',
|
||||
'lists/seat.lua',
|
||||
'client.lua'
|
||||
}
|
||||
Reference in New Issue
Block a user