Invalid add on car hashes in SQL...?

Hi,

I am working on script that obtains informations about add on vehicles stored via ESX_drp_garage. The thing is, that in SQL database, the car is written as "model:“hash of the car” - in numbers. Sure thing, we can convert easily car’s name to hash via OpenIV.

But I’ve found recently, that few cars (so far I know about two from about 80 we are actively using) that don’t have matching hashes for some reason!

example:

car - 16challenger -> correct hash (OpenIV): 4078816390

                   -> hash stored in db:     -216150906

It’s really rare, normally it works without any issues in 95% cases, I would say. But this has been causing me some problems in past and now again. I could make some exceptions in my scripts and workarounds overall, but I am naturally curious what’s the problem here. And, of course, it takes another precious time to do so.

Does anybody know what’s going on here? Thank you for all reactions :slight_smile: