Forum

> > CS2D > Scripts > Bild ohne achse
Forums overviewCS2D overview Scripts overviewLog in to reply

German Bild ohne achse

8 replies
To the start Previous 1 Next To the start

old Bild ohne achse

NeverLast
User Off Offline

Quote
Hallo,
Ich habe mal ne kleine frage ,Und zwar ich möchte das sich das "Bild"Nicht mit sich dreht wenn ich mich drehe.Ich hofe ihr könnt mir helfen.

               if hat[id] ~= nil then
                    freeimage(hat[id])
               end
               hat[id] = image("gfx/hats/6.png",1,1,200+id)

old Re: Bild ohne achse

DiC
User Off Offline

Quote
Hi,
erstens pack mal diesen "Trash" in Code.
Quatsch >

zwotens, das ist doch quatsch, wieso soll sich das bild nicht drehen ? :swag:

Ich weiß zwar das du und dein Kollege @Lop einen Happy Town Server machen, und du denn Script übernimmst aber das ich wirklich einfach nur quatsch.

MfG

old Re: Bild ohne achse

NeverLast
User Off Offline

Quote
?Ob es sich drehen soll oder nicht ist doch nicht dein Problem ,Und ich brauche es um das ADMIN symbol zu vollenden .Wenn du es nicht kannst dann schreib erst garnicht rein ist einfach nur Unnutz.

old Re: Bild ohne achse

Blunt
User Off Offline

Quote
1.) user DiC Wie kannst du bitte beurteilen das der Code Trash wäre? Für ihn scheint er wohl recht wichtig zu sein außerdem Du hast uns auch schon sinnlosere Threads beschert mein Freund, also halte dich wirklich lieber geschlossen. Flame mich bloß nicht an, nimm dies bitte auch nicht als Flame an. Es soll keiner sein, sondern nur ne' nett gemeinte Aussage. Danke.

2.) @user NeverLast: Huh. Kannst du nicht etwas alternatives nutzen, sowas wie einen AdminHut? Ich glaube dass ist gar nicht möglich das sich dein "Hut/Symbol" sich nicht mitdreht. Weiß aber nicht genau, vielleicht kann dir jemand genauere Auskunft geben, wie ich.

3.)

old Re: Bild ohne achse

VADemon
User Off Offline

Quote
cs2d lua cmd image

cs2d.com has written
Special meaning of x and y when drawing at player
Also when drawing an image at a player (mode 101-232), x and y are not used for the position but this way:


x<=0: do not rotate with player
x>0: rotate img with player
y<=0: only draw if not covered by fog of war
y>0: draw always


1
image("gfx/hats/6.png", -10, 15, 1, DEINEIDHIER)

x = -10
y = 15
mode = 1

dann haste noch deine ID vergessen
x,y passt du noch an.

old Re: Bild ohne achse

NeverLast
User Off Offline

Quote
VADemon das kalpt i-wie nicht ,das das symbol bei mit oben ist,und sich mit bewegt,aber sich nicht dreht.

Ach nein habs geschaft,einfach 0,0,200

old Re: Bild ohne achse

DiC
User Off Offline

Quote
user Blunt has written
1.) user DiC Wie kannst du bitte beurteilen das der Code Trash wäre? Für ihn scheint er wohl recht wichtig zu sein außerdem Du hast uns auch schon sinnlosere Threads beschert mein Freund, also halte dich wirklich lieber geschlossen. Flame mich bloß nicht an, nimm dies bitte auch nicht als Flame an. Es soll keiner sein, sondern nur ne' nett gemeinte Aussage. Danke.

Könnte sein, aber ich habe mich geändert.
Habe mein LRS besiegt, und kann jetzt ganz normal schreiben.

MfG

old Re: Bild ohne achse

VADemon
User Off Offline

Quote
Quote
"Bild"Nicht mit sich dreht wenn ich mich drehe.

Sowie ich verstanden hab wolltest du auch dass das Bild nicht mit dem Spieler gedreht wird... aber gut jetzt.
Und vergiss nicht deine ID anzugeben
To the start Previous 1 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview