Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fxmanifest error #1

Open
keatans opened this issue Jul 5, 2021 · 2 comments
Open

Fxmanifest error #1

keatans opened this issue Jul 5, 2021 · 2 comments

Comments

@keatans
Copy link

keatans commented Jul 5, 2021

Old

fx_version 'adamant'
games { 'gta5' }

author 'DanishRP - BenZoN & Stausi'
description 'DRP Weapon Damage Reduction'
version '1.0.0'

client_scripts {
'config.lua'
'client/main.lua',
}
New

fx_version 'adamant'
games { 'gta5' }

author 'DanishRP - BenZoN & Stausi'
description 'DRP Weapon Damage Reduction'
version '1.0.0'

client_scripts {
'config.lua',
'client/main.lua',
}
Missing the ","

@iamKuff
Copy link

iamKuff commented Sep 30, 2023

Good Spot, this now has worked.

@Neganjones
Copy link

expected (to close '{' at line 8) near ''client/main.lua''

getting this error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants