POLICE error

Hello i have this error how can i solve it?

Error parsing script config.lua in resource esx_policejob: config.lua:44: unfinished string near '‘WEAPON_CARBINERIFLEMK2 price = 10000 },’
Failed to load script config.lua.
Error loading script server/main.lua in resource esx_policejob: server/main.lua:5: attempt to index a nil value (global ‘Config’)

Ask in the original topic of esx_policejob or on their github page, please don’t create new topics for existing resources

EDIT:
In your code

"WEAPON_CARBINERIFLEMK2 price = 10000 },’

I think you want to add a " behind that price like

"WEAPON_CARBINERIFLEMK2 price" = 10000 },’

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.