Hey everyone,
I'm currently experiencing a problem.
I use SetVehicleOwnerName() on the suspect vehicle, but it doesn't seems to work. Computer+ and Police Smart Radio display another random name.
This is what my code is (I added a log to know if it's ran)
Functions.SetVehicleOwnerName(SuspectVehicle, CallerName);
Game.LogTrivial("VEHICLE OWNER IS " + Functions.GetVehicleOwnerName(SuspectVehicle));
And here is it's definition:
CallerName = Functions.GetPersonaForPed(Caller).FullName;
The log returns the good name, which is pretty surprising.
The log is wrote about 5 secondes before I pullover the suspect.