Hallo,
Ich möchte bei meinem Spawn eine Leinwand wo dann etwas draufsteht.
Ich habe es erstmal mit einem Befehl gemacht also dass wenn ich den server starte, dass ich erst den befehl machen muss.
Mein Problem ist , dass der Test mindestens 3mal nebeneinander steht anstatt zentriert in der mitte.+
Der Befehl:
if (strcmp("/tafel", cmdtext, true) == 0)
{ new objectid = CreateObject(19447, 1799.81, -1881.86, 14.39, 0.00, 0.00, 90.44);
SetObjectMaterialText ( objectid, "San Andreas" , 0 , OBJECT_MATERIAL_SIZE_256x128,
"Arial" , 28 , 0 , 0xFFFF8200, 0xFF000000, OBJECT_MATERIAL_TEXT_ALIGN_CENTER ) ;
return 1;
}
if (strcmp("/tafel", cmdtext, true) == 0)
{
new objectid = CreateObject(19447, 1799.81, -1881.86, 14.39, 0.00, 0.00, 90.44);
SetObjectMaterialText ( objectid, "San Andreas " , 0 , OBJECT_MATERIAL_SIZE_256x128,
"Arial" , 28 , 0 , 0xFFFF8200, 0xFF000000, OBJECT_MATERIAL_TEXT_ALIGN_CENTER ) ;
return 1;
}