Hallo liebe Community,
Ich wollte mal nachfragen, wie man so eine Schrift ingame erstellen kann.
Hallo liebe Community,
Ich wollte mal nachfragen, wie man so eine Schrift ingame erstellen kann.
Okay, gibt es auch noch eine andere Möglichkeit?
Hallo,
Einfach oben im Script neu define und den Quelltext einfügen und den Befehl ersetzen:
if (strcmp("/text", cmdtext, true) == 0){
new myobject = CreateObject(19353, 0, 0, 10, 0.0, 0.0, 90.0); //create the object
SetObjectMaterialText(myobject, "SA-MP {FFFFFF}0.3{008500}e {FF8200}RC7", 0, OBJECT_MATERIAL_SIZE_256x128,\
"Arial", 28, 0, 0xFFFF8200, 0xFF000000, OBJECT_MATERIAL_TEXT_ALIGN_CENTER);
// write "SA-MP 0.3e RC7" on the object, with orange font color and black background
return 1; }
Perfekt Danke
//close
Einfacher und besser.
http://forum.sa-mp.de/gta-mult…tmaterialtext/?highlight=