Hallo,
ich habe ein Problem undzwar habe ich das bei ongameinit eingefügt:
new Projektleitung = CreateDynamicObject(8323, 62.95259, -293.36960, 20.92659, 0.00000, 0.00000, 91.25027);
SetObjectMaterialText(Projektleitung, "Projektleitung", 0, 100, "Arial", 34, 0, -32256, 0, 1);
new Maurice = CreateDynamicObject(7906, 89.19906, -306.32791, 31.88975, 0.00000, 0.00000, 214.37845);
SetObjectMaterialText(Maurice, "dddd", 0, 90, "Arial", 34, 0, COLOR_RED, 0, 1);
new Pouly = CreateDynamicObject(7906, 59.80988, -308.14401, 32.45745, 0.00000, 0.00000, 180.75255);
SetObjectMaterialText(Pouly, "ddd", 0, 90, "Arial", 34, 0, COLOR_RED, 0, 1);
new Optimus = CreateDynamicObject(7906, 35.92097, -303.75638, 32.06968, 0.00000, 0.00000, 135.73392);
SetObjectMaterialText(Optimus, "ddd", 0, 90, "Arial", 34, 0, COLOR_RED, 0, 1);
new HauptSchrift = CreateDynamicObject(8323, -51.08571, -251.60402, 35.37112, 0.00000, 0.00000, 178.54514);
SetObjectMaterialText(HauptSchrift, "of", 0, 100, "Arial", 34, 0, COLOR_RED, 0, 1);
new willkommen = CreateDynamicObject(8323, -64.72858, 48.42487, 13.38212, 0.00000, 0.00000, 343.06363);
SetObjectMaterialText(willkommen, "dddd", 0, 100, "Arial", 34, 0, -32256, 0, 1);
new auf = CreateDynamicObject(7906, -43.88250, 41.22976, 14.56679, 0.00000, 0.00000, 251.37401);
SetObjectMaterialText(auf, "auf", 0, 100, "Arial", 34, 0, -32256, 0, 1);
new since = CreateDynamicObject(7906, 490.15466, -251.60210, 36.46996, 0.00000, 0.00000, 257.13486);
SetObjectMaterialText(since, "Since 2013", 0, 100, "Arial", 34, 0, -32256, 0, 1);
und ich lasse die camera dierekt nach den login dort hinfliegen doch es wird nicht angezeigt.. leigt es daran das es noch nicht geladen hat ?