Hi, good day!
I’m having trouble uploading an asset to Keymaster .
No matter how often I try, I always get the same error message:
“general: no resources found”
I verified my fxmanifest
The folder contains both client and server scripts
I followed the proper naming and structure guideline
My FX Manifest is
fx_version ‘cerulean’
games { ‘gta5’ }
lua54 ‘yes’
description “Script”
author “P&M”
version “0.0.5 (15.07.2025)”
client_scripts {
‘client/*.lua’
}
server_scripts {
‘server/*.lua’
}
escrow_ignore {
}