L1CKS
10
There’s no “fix” because there’s nothing to fix. One way I do it and works all the time is: in the vehicles.meta, set the game name to be the same as the model name, but under 11 characters. Then simply create a client script with the following code:
Citizen.CreateThread(function()
AddTextEntry("game name", "your display name here")
end)
I’ve always done it like this and never had any problems.
2 Likes