Hey leute ich bins mal wieder :D, ich wollt mal fragen wie man diese schwarze balken beim login machen kann ( wie bei dsz )
hier mal ein screen :
Hey leute ich bins mal wieder :D, ich wollt mal fragen wie man diese schwarze balken beim login machen kann ( wie bei dsz )
hier mal ein screen :
Mit dem TD editor würde dir gerne ein Download link schicken bin aber mit handy -.-
Hier ein Beispiel für die schwarzen Balken:
Box1 = TextDrawCreate(0.0000, -118.0000, "~n~");
TextDrawLetterSize(Box1, 1.0000, 26.0000);
TextDrawUseBox(Box1, 1);
TextDrawBoxColor(Box1, 0x000000FF);
TextDrawFont(Box1, 0);
TextDrawSetShadow(Box1, 0);
TextDrawSetProportional(Box1, 0);
Box2 = TextDrawCreate(0.0000, 310.0000, "~n~");
TextDrawLetterSize(Box2, 1.0000, 19.0000);
TextDrawUseBox(Box2, 1);
TextDrawBoxColor(Box2, 0x000000FF);
TextDrawFont(Box2, 0);
TextDrawSetShadow(Box2, 0);
TextDrawSetProportional(Box2, 0);
Hier ein Beispiel für die schwarzen Balken:
Box1 = MovingTextDrawCreate(0.0000, -118.0000, "~n~");MovingTextDrawLetterSize(Box1, 1.0000, 26.0000);MovingTextDrawUseBox(Box1, 1);MovingTextDrawBoxColor(Box1, 0x000000FF);MovingTextDrawFont(Box1, 0);MovingTextDrawSetShadow(Box1, 0);MovingTextDrawSetProportional(Box1, 0);Box2 = MovingTextDrawCreate(0.0000, 310.0000, "~n~");MovingTextDrawLetterSize(Box2, 1.0000, 19.0000);MovingTextDrawUseBox(Box2, 1);MovingTextDrawBoxColor(Box2, 0x000000FF);MovingTextDrawFont(Box2, 0);MovingTextDrawSetShadow(Box2, 0);MovingTextDrawSetProportional(Box2, 0);
ich werds gleich mal ins script rein machen wie kann ich machen nachdem man eingeloggt ist das die verschwinden?
ich werds gleich mal ins script rein machen
Ich habe meinen Post nochmal editiert, habe das "Moving" am Anfang muss weg, die Funktionen gibt es im Standard nicht.
Ich habe meinen Post nochmal editiert, habe das "Moving" am Anfang muss weg, die Funktionen gibt es im Standard nicht.
Vielen dnak habs nun!