new teszt;new sultan;teszt = CreateObject(19353, 366.7548, 2511.5141, 17.0702, 0.0000, 0.0000, 156.5951);SetObjectMaterialText(teszt, \"szöveg\", 0, 50, \"Arial\", 24, 0, -32256, 0, 1);AttachObjectToVehicle(teszt, sultan, 1.153, -1.2, 0.46, 0.0, 0.0, 0.0);
Sziasztok! Segitségeteket szeretném kérni abban hogy \"SetObjectMaterialText\" készitésben..egy sultan-t beteszek GM-be, és hogy a bal oldalán írás jelenjen meg..PL: new teszt;new sultan;teszt = CreateObject(19353, 366.7548, 2511.5141, 17.0702, 0.0000, 0.0000, 156.5951);SetObjectMaterialText(teszt, \"szöveg\", 0, 50, \"Arial\", 24, 0, -32256, 0, 1);AttachObjectToVehicle(teszt, sultan, 1.153, -1.2, 0.46, 0.0, 0.0, 0.0); nem tudom, de sehogysem jelenik meg.
sultan =AddStaticVehicleEx(.......);
Hoztam létre, csak az elfelejtettem oda írni de akkorsem:s [/quote]az objectet ráteszi a jármûre?
rá, csak nem oda ahova én akarom..bal hátra teszi és én sultan-ra bal középre a 2ajtóra akarom.. [/quote]ha két oldalra akarsz, akkor 2 objecttel kell.....és mind2-re külön rátenni a feliratot.....mert valószínûleg ott a felirat, csak olyan oldalon, ahol takarja az autó. az object koordinátáit meg neked kell megadnod, vagyis addig kísérletezel, amíg jó helyen nem lesz.
new sultan;new sultan2;sultan = CreateVehicle(560, 369.0618,2510.3835,16.2574,68.9944,103,97, -1),sultan = CreateObject(19353, 368.5729, 2509.3664, 16.2543, 0.0000, 0.0000, -111.9582);sultan2 = CreateObject(19353, 369.4157, 2511.4428, 16.3053, 0.0000, 0.0000, 67.3937);SetObjectMaterialText(sultan, \"szöveg\", 0, 50, \"Arial\", 24, 0, -32256, 0, 1);SetObjectMaterialText(sultan2, \"szöveg\", 0, 50, \"Arial\", 24, 0, -32256, 0, 1);AttachObjectToVehicle(sultan, sultan2, 368.5729, 2509.3664, 16.2543, 0.0000, 0.0000, -111.9582);AttachObjectToVehicle(sultan2, sultan, 369.4157, 2511.4428, 16.3053, 0.0000, 0.0000, 67.3937);
new sultan, sultantext[2];sultan = CreateVehicle(560, 369.0618,2510.3835,16.2574,68.9944,103,97, -1);sultantext[0] = CreateObject(19353, 368.5729, 2509.3664, 16.2543, 0.0000, 0.0000, -111.9582);sultantext[1] = CreateObject(19353, 369.4157, 2511.4428, 16.3053, 0.0000, 0.0000, 67.3937);SetObjectMaterialText(sultantext[0], \"szöveg\", 0, 50, \"Arial\", 24, 0, -32256, 0, 1);SetObjectMaterialText(sultantext[1], \"szöveg\", 0, 50, \"Arial\", 24, 0, -32256, 0, 1);AttachObjectToVehicle(sultantext[0], sultan, 368.5729, 2509.3664, 16.2543, 0.0000, 0.0000, -111.9582);AttachObjectToVehicle(sultantext[1], sultan, 369.4157, 2511.4428, 16.3053, 0.0000, 0.0000, 67.3937);
AttachObjectToVehicle(objectid sultan, 368.5729, 2509.3664, 16.2543, 0.0000, 0.0000, -111.9582);AttachObjectToVehicle(objectid2, sultan, 369.4157, 2511.4428, 16.3053, 0.0000, 0.0000, 67.3937); [/quote]Helyett: AttachObjectToVehicle(objectid sultan, 1.2555, 0.6250, 0.3500, 0.0000, 0.0000, 0.0000);AttachObjectToVehicle(objectid2, sultan, -1.2555, -0.6250, 0.3500, 0.0000, 0.0000, 0.0000); De persze a koordinátákkal még kísérletezni kell egy picit.
AttachObjectToVehicle(objectid sultan, 368.5729, 2509.3664, 16.2543, 0.0000, 0.0000, -111.9582);AttachObjectToVehicle(objectid2, sultan, 369.4157, 2511.4428, 16.3053, 0.0000, 0.0000, 67.3937);
AttachObjectToVehicle(objectid sultan, 1.2555, 0.6250, 0.3500, 0.0000, 0.0000, 0.0000);AttachObjectToVehicle(objectid2, sultan, -1.2555, -0.6250, 0.3500, 0.0000, 0.0000, 0.0000);
new sultan, sultantext[2];sultan = CreateVehicle(560, 369.0618,2510.3835,16.2574,68.9944,103,97, -1);sultantext[0] = CreateObject(19353, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0);sultantext[1] = CreateObject(19353, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0);SetObjectMaterialText(sultantext[0], \"szöveg\", 0, 50, \"Arial\", 24, 0, -32256, 0, 1);SetObjectMaterialText(sultantext[1], \"szöveg\", 0, 50, \"Arial\", 24, 0, -32256, 0, 1);AttachObjectToVehicle(sultantext[0], sultan, 1.2555, 0.6250, 0.35, 0.0, 0.0, 0.0);AttachObjectToVehicle(sultantext[1], sultan, -1.2555, -0.6250, 0.35, 0.0, 0.0, 0.0);