1
0
Fork 0
forked from Simnation/Main
Main/resources/[standalone]/fivemtieshoes/fxmanifest.lua

24 lines
366 B
Lua
Raw Normal View History

2025-06-07 08:51:21 +02:00
fx_version 'cerulean'
game 'gta5'
lua54 'yes'
shared_scripts {
'config.lua'
}
client_scripts {
'@es_extended/imports.lua', -- Uncomment if using esx
'client.lua',
'functions.lua'
}
server_scripts {
'@es_extended/imports.lua', -- Uncomment if using esx
'server.lua'
}
escrow_ignore {
'functions.lua', -- Only ignore one file
'config.lua'
}