renzuzu / renzu_projectcars

FIvem - Project Cars - Enable your player to build their dream car from Shell. Included Advanced Chopshop and Car Builder Job.
91 stars 39 forks source link

items #36

Closed Kingpyro89 closed 1 year ago

Kingpyro89 commented 1 year ago

i put the items in my lua and my city wont start all the way

ChickenDipper1 commented 1 year ago
['door']                     = {['name'] = 'door',                      ['label'] = 'Vehicle Door',                 ['weight'] = 200,       ['type'] = 'item',      ['image'] = 'door.png',T            ['unique'] = false,     ['useable'] = true,     ['shouldClose'] = true,    ['combinable'] = nil,   ['description'] = 'Parts for Vehicle'},

Spot the typo, remove the T and you will be fine :)