Hallo!
Ich suche jemaden der mir Textdraw Scriptet!
Ich hoffe auf schnelle antwort!
MFG
RF Team!
Hallo!
Ich suche jemaden der mir Textdraw Scriptet!
Ich hoffe auf schnelle antwort!
MFG
RF Team!
Wenn jemand Connectet oder wie?
Hallo!
Nein ich meine sowas da steht unten dann Forum und Ts Usw.
MFG
RF Team!
Copyright = TextDrawCreate(27.000000, 424.000000, "www.gur.de.ht");
TextDrawBackgroundColor(Copyright, 255);
TextDrawFont(Copyright, 2);
TextDrawLetterSize(Copyright, 0.340000, 1.600000);
TextDrawColor(Copyright, -1);
TextDrawSetOutline(Copyright, 1);
TextDrawSetProportional(Copyright, 1);
TextDrawShowForAll(Copyright);
Ts3 = TextDrawCreate(372.000000,429.000000,"TS3: 188.138.11.227:6747");
TextDrawAlignment(Ts3,0);
TextDrawBackgroundColor(Ts3,0xffffffcc);
TextDrawFont(Ts3,3);
TextDrawLetterSize(Ts3,0.599999,1.000000);
TextDrawColor(Ts3,0x000000ff);
TextDrawSetOutline(Ts3,1);
TextDrawSetProportional(Ts3,1);
TextDrawSetShadow(Ts3,1);
TextDrawShowForAll(Ts3);
Das?
So.
ganz oben bei deinen anderen new`s...
new Text:Text;
Und das hier unter GamemodeInit
Text = TextDrawCreate(10,428,"DEINE HOMEPAGE");
TextDrawFont(Text,2);
TextDrawLetterSize(Text,0.5,1.3);
TextDrawColor(Text,WEISS);
TextDrawSetShadow(Text,0);
TextDrawShowForAll(Text);
Achtung du musst die Farbe Definieren, oder du schreibst was anderes als wie WEISS rein.
(TextDrawColor(Text,WEISS);) Das mein ich.
Mit freundlichen Grüßen,
brian_baker
Alles anzeigenCopyright = TextDrawCreate(27.000000, 424.000000, "www.gur.de.ht");
TextDrawBackgroundColor(Copyright, 255);
TextDrawFont(Copyright, 2);
TextDrawLetterSize(Copyright, 0.340000, 1.600000);
TextDrawColor(Copyright, -1);
TextDrawSetOutline(Copyright, 1);
TextDrawSetProportional(Copyright, 1);
TextDrawShowForAll(Copyright);
Ts3 = TextDrawCreate(372.000000,429.000000,"TS3: 188.138.11.227:6747");
TextDrawAlignment(Ts3,0);
TextDrawBackgroundColor(Ts3,0xffffffcc);
TextDrawFont(Ts3,3);
TextDrawLetterSize(Ts3,0.599999,1.000000);
TextDrawColor(Ts3,0x000000ff);
TextDrawSetOutline(Ts3,1);
TextDrawSetProportional(Ts3,1);
TextDrawSetShadow(Ts3,1);
TextDrawShowForAll(Ts3);
Das?
Ja Genau das !
Wo muss ich das einfügen?
MFG
RF Team!
Unter OnGameModeInit()