21.08.2014, 11:24
Good day,
My name is CIBERKILLER.
And I need your help once!
First I'm sorry for my really bad english, I'm finally out of Germany and still has my English quit teaching.
Well I've already tried on many types incorporate a color code in a timer!
It was only with integers, then string ("# Yellow2"), and now with Hextype (x).
Currently my code looks like this: SetTimerEx ("@UpdateLabel", 2500, false, "ixs", 0, Yellow2, "driving instructor: {FFFFFF} Sebastian");
BotLabel I leave so create!
Well the 3DTextLabel disappear and my print is from the here!
[13:06:44] ID: 0 | Color: -503381761 | New text: driving instructor: {FFFFFF} Sebastian
Does anyone have any idea how I could write it otherwise?
With best regards,
CIBERKILLER.
My name is CIBERKILLER.
And I need your help once!
First I'm sorry for my really bad english, I'm finally out of Germany and still has my English quit teaching.
Well I've already tried on many types incorporate a color code in a timer!
It was only with integers, then string ("# Yellow2"), and now with Hextype (x).
Currently my code looks like this: SetTimerEx ("@UpdateLabel", 2500, false, "ixs", 0, Yellow2, "driving instructor: {FFFFFF} Sebastian");
Код:
@UpdateLabel(botid, color, newtext[]); @UpdateLabel(botid, color, newtext[]){
print("function @UpdateLabel wird ausgefeuhrt!");
Update3DTextLabelText(BotLabel[botid], color, newtext);
printf("ID: %i | Color: %i | Neuer Text: %s", botid, color, newtext);
}
Код:
new Text3D:BotLabel[15];
[13:06:44] ID: 0 | Color: -503381761 | New text: driving instructor: {FFFFFF} Sebastian
Does anyone have any idea how I could write it otherwise?
With best regards,
CIBERKILLER.

