Thank you, I mean I don’t really care about the right bottom corner of your screen my main issue is that whenever I try to get the name in-game it just stated CARNOTFOUND which is a bit frustrating when u have a garage full of modded cars stating that and you don’t know what car it is xD
So to clarify what the problem was, I somehow managed to forget to close the thread in which it gave me an error on the client side. Once I spotted the issue closing the thread allowed me to get the correct names again. Issue resolved, also it’s now displaying the name correctly in the bottom right of your screen.
Citizen.CreateThread(function()
--UNMARKED
AddTextEntry('0x7922338B', 'Ford Taurus')
AddTextEntry('0x8EEC5F1F', 'Ford Explorer')
AddTextEntry('0xD47E6A42', 'Dodge Charger')
--MARKED
AddTextEntry('0xA8C68ADD', 'Chevrolet Impala')
AddTextEntry('0xCEB0D6B1', 'Dodge Charger')
AddTextEntry('0xDC7E724C', 'Ford Explorer')
AddTextEntry('0x5CECF327', 'Ford Taurus')
AddTextEntry('0xF29A1E83', 'Ford Utility')
AddTextEntry('0xFFBCB8C8', 'Chevrolet Tahoe')
AddTextEntry('0x0597C47E', 'Ford Crown Victoria')
end)