Error Why?

Okay i have this error but it’s fine and still not letting the script work any reason why.

to fix this line

Moved to #server-development:essentialmode :mascot:


Could you upload your entire file please.

the whole file why?

config.lua (12.9 KB)

Line 98 is not valid LUA:

Senior Officer = {

Line 132 is not valid LUA:

Assistant Chief = {

Line 172 is not valid LUA:

Senior Officer = {

Line 191 is not valid LUA:

Assistant Chief = {

You cannot put spaces in your variable names, use an underscore _ instead; fix these and it should solve your problem.

yeap that fixed it completetly forget that

im getting this error now its not letting me open vehicle shop in the car menu at PD

Assuming it is pulling the table from the config file, it is listed in the config as AuthorizedVehicles, note the capitalization, so I would check that.

what remove caps

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