Replace __resource.lua with fxmanifest.lua

This commit is contained in:
rex2630
2020-01-19 17:07:17 +01:00
committed by GitHub
parent 9e349217a4
commit b6ed954020
+19
View File
@@ -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'
}