Drücke F, um das Fahrzeug mit laufendem Motor zu verlassen. Halte F gedrückt, um das Fahrzeug mit ausgeschaltetem Motor zu verlassen. Implementiert über CLEO Redux.
Ich liebe die subtile, realistische Immersion, die die Funktion von GTA IV hinzufügt, aber leider ist die einzige treue Implementierung, die ich finden konnte, ein uraltes Skript aus dem Jahr 2012, das bekannt dafür ist, Abstürze zu verursachen. Also ist das mein erstes Skript. Ich dachte, ich könnte es auch teilen.
Installation:
Du kannst 'IsKeyPressed(70)' in Zeile 40 auf deine relevante Taste ändern, wenn du F nicht zum Ein- und Aussteigen aus Fahrzeugen verwendest: https://library.sannybuilder.com/#/sa/enums/KeyCode
Bitte beachte: Dies kann auf älteren PCs zu Leistungsproblemen führen. Während ich auf meinem PC keinen nennenswerten Einfluss bemerkt habe, führt das Skript ständig Fahr- und Nicht-Fahrprüfungen im Hintergrund aus, um wie erwartet zu funktionieren. Ich werde prüfen, ob ich den Code optimieren kann, falls er als ressourcenintensiv angesehen wird.
Tap F to exit vehicle with engine on. Hold F to exit with engine off. Implemented via CLEO Redux.
I love the subtle, realistic immersion GTA IV's feature adds, but unfortunately the only faithful implementation I could find is an ancient 2012 script known to cause crashes. So this is my first script. I thought I may as well share it.
Installation:
You can change 'IsKeyPressed(70)' on line 40 to your relevant key if you don't use F for entering/exiting vehicles: https://library.sannybuilder.com/#/sa/enums/KeyCode
Please note: This may cause performance issues on older PCs. Whilst on my PC I didn't notice any noteworthy impact, the script constantly runs not driving/driving checks in the background to function as expected. I'll look into optimizing the code if its found to be a performance hog.