Posts: 325
Threads: 14
Joined: Aug 2014
Reputation:
0
I have the same problem. I'm working on a vehicle system as well uskng YINI. Even in my case, The owner's name won't be displayed. Everything loads fine.
Posts: 55
Threads: 1
Joined: May 2015
Reputation:
0
Add a vOwned in the enum and check if the car is owned or not (if owned show the name of the owner).
and don't forget to do vehStat[vehid][vOwned] = 1; when someone buy a vйhicule to stock it into the BDD.
Sorry for my bad english i'm french x)
Posts: 55
Threads: 1
Joined: May 2015
Reputation:
0
the vOwned check if the care is owned or not, if owned it's 1 if not it's 0