-
Posts
83 -
Joined
-
Last visited
Everything posted by krischkros
-
Congratulations. For me, it is in any browser, any computer and any connection. Need advice!
-
I'm sorry, I did not find the right category for it. So my concern is this: The forum is strangely very buggy for me, so I need to log more often, because I'll just kicked times of fun and I get an error message when submitting a text. * cough * then I still have to write the whole text again .. Okey. Screenshots This is true in German, but the Google translator helps ..every time, instant!!
-
Oder man ließt den Controller von Vehicle aus oder den Wagen vom Spieler. Kommt je nach Situation an.
-
Wir ist bewusst das das MTA-Team keinerlei Einfluss darauf hat oder? Die Serials werden nur von bestimmten Server mittels Skript gesperrt. Sprich, es gibt keine globale Datenbank die das verwaltet..
-
CTime = inherit(CObject) function CTime.constructor(self) end -- Vereinfachte Version. Ich habe das absichtlich entfernt, da du auch etwas üben solltest.. -- Wunder dich nicht, warum ich so faul bin vorerst Variablen dafür anzulegen function CTime:getRealTime() local time = getRealTime() return string.format("%s:%s:%s", time.hour < 10 and "0"..time.hour or time.hour, time.minute < 10 and "0"..time.minute or time.minute, time.second < 10 and "0"..time.second or time.second ) end --[[ Ich habe hier den ternären Operator angewendet Erläuterung: (Bedingung) and (wenn true) or (wenn false) Beispielsituation: time = 9 (9 < 10) ist ja true also (true) and ("0"..9) or (9) -- das ist nur ein visuelles theorietisches Beispiel ]] -- der ganze Rest.. also der Konstruktor ist für dich irreleveant. -- Im Prinzip musst du nur die Funktion unten kopieren. -- mfg Output wäre z.B. "09:11:05"
-
"Singular check" could also be a ternary operator. The principle is the same!
-
Is actually fine. What bothers me is that in MTA can not "correct" debug. (With breakpoints and Watcher)
-
Hello. I did several months ago (maybe even years) started a season in which I and others are drifting. I have tried to improve myself in every episode. Ultimately you have to decide. Important: Please look at my absolute last part! Ep 1, extreme s*it: Ep 2: Ep 3: Ep 4: Ep 5: Ep 6: I'm sorry for this English. This reads like vomit without garnish
-
Graphics = fu** awesome. Section utterly foolhardy. Nice camera movements. When I'm home I hear the whole time with sound.
-
For starters, perfectly acceptable. But there are just too many colors are pressed together so that the image comes across unattractive. Good luck continues!
-
[REL] Unix' LUA Compiler (Can compile multiple files)
krischkros replied to Syntex's topic in Open Source Contributors
Of which is uncertain. The compiled code I cracked within 2 minutes. So very easy ^^ -
Great. I love it too
-
What tha fuc*? Sees is strongly after a standard Photoshop. Why? These are all well-known "style" I even believe what was the Web 2.0. Creative yes, mediocre for my eyes. I'm sorry for this review
-
Hehe.. its from TG First, you need a GUI class. This class contains all the attributes and methods, which will be very useful to you later. If you are then the classes have done so far: Window Label ListBox button another .. you can easily transpose it, where you instantiate your elements. .. my english sucks, I know
-
[REL] Custom Escalators! Create escalators everywhere!
krischkros replied to Noneatme's topic in Resources
Nice work Jonas -
VERY NICE DESIGN!
-
[Outdated] Unofficial MTA Script Editor 0.3 (4851) RELEASED!
krischkros replied to 50p's topic in Scripting
Dude ^^ (GERMAN) Die Auflistung wurde geändert. Der Enumerationsvorgang kann möglicherweise nicht ausgeführt werden. Boolean MoveNext() Please, get in touch with the author and let him know about this message. Thank you! -
Heißt du brauchst einen sogenannten "Dekompiler" ? Ich habe vor ein paar Monaten einen programmiert.. bei Interesse melden.
-
Hello English MTA community, I had a question about a problem that I currently have. I try several days are the one RPM vehicles (even if it is just a car) to calculate. I miscellaneous tried, but I never came to a clear Ergebis. My "clear" result would be in my opinion a value between 1200 nm - 8000 nm (if all goes well) And please, before I come, as I was the only one on this god damn world who wants to calculate that shit. Sincerely yours Krischkros.
-
[Outdated] Unofficial MTA Script Editor 0.3 (4851) RELEASED!
krischkros replied to 50p's topic in Scripting
I figured out how to handle this bug. It is in the error message that the path is invalid. So i typed in the server path options. Now it's back! I hope I have helped you a few people! EDIT: Ohh man. There are so many bugs. Store does not keep time. Autocomplete hanging around constantly. I can not add files. I can not add folders. The update is also not correct. Too bad .. the program would be in a very big and whole gelungens program with a good concept. -
I can't delete my Ressource from the MTASA Community
krischkros replied to krischkros's topic in Resources
Tries .. in IRC .. I do not know who I am required to report .. And that is VERY much! -
This is very important and must be made quickly. When I click "delete" press just happens nothing .. when none of my resources! Links: https://community.multitheftauto.com/index.php?p= ... ls&id=5402
-
ein oder mehrere deutsche Scripter gesucht!
krischkros replied to krischkros's topic in German / Deutsch
Naja, Probleme habe ich nicht mehr in LUA. Ich bräuchte einfach nur etwas Unterstützung, da es alleine extrem aufwendig ist. Es sind viele große Features geplant! -
Könntest du das etwas konkreter Äußern?