Garage gm hpq bug

New member
Joined
Feb 28, 2020
Messages
48
Salut grup, am o problema la Garage text, cand creez un garaj apara numele al cui este garajul dar dupa restart nu mai apara e cv gen (Owner:     ) m-am uitat si la functia UpdateLabel si acolo totul e in ordine, daca stie cineva de la ce e ma poate ajuta?

cod:

            format(gString, sizeof(gString),"Garage: {FF0000}%d\n{FFFFFF}Owner: {FF0000}%s\n\nPress {FF0000}Y {FFFFFF}to enter the garage", GarageInfo[h][gID], GarageInfo[h][gOwner]);
            UpdateDynamic3DTextLabelText(GarageLabel[h], 0xFFFFFF00, gString);



 



 
Top