Hello,
I need help with my fxmanifest.lua due to when I include a script on a folder this script stop to work
My manifest:
fx_version 'cerulean'
game 'gta5'
author 'Argudo '
description 'Recolection of wood'
version '1.0.0'
server_script 'server.lua'
client_scripts {
'config.lua',
'client/lumberjack.lua'
}
Thanks.