Beispiel: Der Serverbefehl ist /stats dann wird ein Dialog geöffnet ein Fenster wo steht unten schließen habe ich den Keybinder an und mache den Serverbefehl /stats wird das Fenster nach einer halben Sekunde automatisch von dem Keybinder geschlossen.
Beiträge von .Shifty
-
-
Der /stats befehl ist ein Serverbefehl, führe ich einen Serverbefehl aus, schließt sich der Server Dialog sofort.
-
Es ist bei Jedem Befehl so, ich geb ein Befehl ein wo ein Laybel ist und es closed sofort außer wenn der Keybinder aus ist per Tastendruck oder so
-
Hey, ich habe folgendes Problem:
Sobald ich mit meinem Keybinder einen Befehl wie /stats mache wird sofort das /stats Fenster geschlossen.
Brainfuck
Alles anzeigen/*------------------------------------------------------------------------------------- © 2018 Capital - Another-Life, Inc. /*------------------------------------------------------------------------------------- Include & Timer */------------------------------------------------------------------------------------- #Include SAMP.ahk password = capitalistcool /*------------------------------------------------------------------------------------- Is Administrator & Password */------------------------------------------------------------------------------------- if(!A_IsAdmin) { MsgBox, 0, Info, Du musst den Keybinder als Administrator ausführen!`nDas Programm wird sich jetzt schließen. ExitApp } InputBox,pass,Login, Bitte gebe den Passwort ein If( pass <> password ) { MsgBox Passwort falsch - Zugriff verweigert! ExitApp } MsgBox Passwort korrekt - Zugriff erfolgreich! ;------------------------------------------------------------------------------------- #IfWinActive, GTA:SA:MP #UseHook t:: Suspend On SendInput t Hotkey, Enter, On Hotkey, Escape, On Hotkey, t, Off return NumpadEnter:: Enter:: Suspend Permit Suspend Off SendInput {Enter} Hotkey, t, On Hotkey, Enter, Off Hotkey, Escape, Off return Escape:: Suspend Permit Suspend Off SendInput {Escape} Hotkey, t, On Hotkey, Enter, Off Hotkey, Escape, Off return ;------------------------------------------------------------------------------------- ;------------------------------------------------------------------------------------- ;Laufscript ;------------------------------------------------------------------------------------- ~Space:: if(IsInChat() == 1 || IsDialogOpen() == 1 || IsPlayerInAnyVehicle() == 1 || IsPlayerFreezed() == 1) { return } Sleep 1 while GetKeyState("Space", "P") { Send {space down} Sleep 1 Send {space up} Sleep 1 } return /*------------------------------------------------------------------------------------- Commands & More */------------------------------------------------------------------------------------- :?:/hp:: Suspend permit AddChatMessage("{EE4073}[Capital]: {192A3D}Du hast noch " GetPlayerHealth() " Leben und " GetPlayerArmor() " Rüstung") return :?:/skin:: Suspend permit AddChatMessage("{EE4073}[Capital]: {192A3D}Du hast die Skin-ID " GetPlayerSkinId() ".") return ;------------------------------------------------------------------------------------- /* HostName: Another Life - Enjoy It! Address: samp.gta-life.de:7777 Players: 7 / 200 Ping: 22 Mode: German Reallife Roleplay Language: Deutsch / German /*
-
Habe folgendes problem aufeinmal, ich habe nach dem Computer neustart versucht GTA zu starten, doch bekomme diesen Error:
Der Computer hat komplette Admin rechte. ist bei den Einstellung als Admin & Windows 98/me ausgewählt
Antivirenprogramm ist aus.
-
Also, das Problem ist das April Update.
Ihr dürft das Update nicht ausführen, da es bei manchen Personen zu Fehler kommen kann.
-
Hallo, das Problem ist gelöst. Es lag am April Update.
-
Hallo, ich habe folgendes Problem:
Ich möchte eine Datei als Admin ausführen, doch wenn ich es ausführen möchte mit Rechtsklick als Admin ausführen wird wie eigentlich immer gefragt ob ich es wirklich ausführen möchte, aber dieses Fenster erscheint nicht mehr.. Kann mir jemand helfen per AnyDesk oder Teamviewer oder hat jemand eine andere Lösung?
-
Hallo, wie im Titel oben zu sehen ist, habe ich folgendes Problem:
Ich spiele nun auf meinem Laptop, da mein Computer derzeit nicht funktioniert.
Leider muss ich mit ca. 50-55 FPS spielen, was ich nicht kann.
Damals waren die FPS immer konstant auf 92-95 FPS auf dem Laptop, nun sind sie bei 55-61-
Ich habe derzeit keine Mods oder Sounds installiert.
Diverse Lagg fixes habe ich auch versucht, leider ohne Erfolg.
In den Einstellungen sind Frame Limiter aus und die Grafik ist auf niedrig.Meine Daten:
Windows 10 64 Bit
8GB Ram
Intel Core i5 2450M @ 2.50GZ
NVIDIA GeForce GT 630M -
Du verwendest auch die zweite Zeile von unten im Chatlog.
Wenn der Text "* Du hast den Spieler" ganz unten steht und vom System kein weiterer Text kommt, musst du auch erst was schreiben, damit im Chatlog der Text von der ersten in die zweite Zeile wandert.
Sprich:Sei dir auch immer im klaren das bei der Funktion GetChatLine() man von 0 anfängt zu zählen.
Wie genau muss der Code jetzt aussehen?
-
Mein Code:
- Killzähler:
- GetChatLine(1, line)
- GetChatLine(0, line1)
- if(InStr(line, "* Du hast den Spieler"))
- {
- IniRead, Kills, Settings.ini, Optionen, Kills, 0
- Kills++
- IniWrite, %Kills%, Settings.ini, Optionen, Kills
- SendChat("/f Kleinen Moment noch.. die Killnachricht kommt sofort!")
- SendChat("/f » [EXP]Du erhälst 100 Erfahrungspunkte « - Kill-Nr. " Kills " ")
- }
- return
-
Er Spammt ohne Pause
-
Settimer, AutoTogHi, 500
-
Hey, ich habe folgendes Problem:
Wenn eine Zeile aus dem Chat in meinem Keybinder ausgelesen wird, Spammt der Keybinder meinen ganzen Chat voll.
Code:
AutoTogHi:
GetChatLine(0, Chatline1)
if(InStr(Chatline1, "[NACHRICHT] Der Spieler"))
sleep 500
SendChat("/f Hallo c:")return
-
Ja ein wenig
-
Wie mache ich es, dass wenn ich unter 49% Schutzweste habe,
nach 15 Sekunden automatisch /Smokeweed mache?
Danke für eure Hilfe! -
Danke, mir hat schon jemand aus dem AHK Discord geholfen. Trotzdem danke :3
-
Hallo, ich habe folgendes Problem.
Ich möchte wenn es ein Update gibt eine Nachricht erscheint was auch passiert. Aber wenn ich das obere Gui einfüge [Updater] läd mein anders Gui nicht mehrGui, Add, Text, x192 y39 w210 h30 +Center, News Keybinder by Codein.
Gui, Add, Text, x42 y139 w130 h20 +Center, /p = Anruf annehmen
Gui, Add, Text, x42 y159 w130 h20 +Center, /h = Anruf ablehnen
Gui, Add, Text, x42 y179 w130 h20 +Center, /ab Anrufbeantworter
Gui, Add, Text, x62 y99 w90 h30 +Center, Telefon
Gui, Add, Text, x452 y99 w100 h30 +Center, Befehle
Gui, Add, Text, x442 y139 w130 h20 +Center, /wortsalat = Wortsalat
Gui, Add, Text, x442 y159 w130 h30 +Center, /spendenaufruf = Spenden sammeln
Gui, Add, Text, x442 y189 w130 h30 +Center, /wortsalatende = Wortsalatende
Gui, Add, Text, x442 y219 w130 h20 +Center, /quiz = Quiz starten
Gui, Add, Text, x442 y239 w130 h20 +Center, /quizende = Quiz beenden
Gui, Add, Text, x442 y259 w130 h20 +Center, /stop = STOP!!!!!!
Gui, Add, Text, x442 y279 w130 h30 +Center, /tuningevent = Tuning Event
Gui, Add, Text, x442 y309 w130 h30 +Center, /tuningeventstop = Tuning Event Stop
Gui, Add, Text, x252 y99 w90 h30 +Center, Auto
Gui, Add, Text, x222 y139 w160 h40 +Center, Numpad9 = Motor an`, Licht an`, Auto abschließen
Gui, Add, Text, x442 y339 w130 h30 +Center, /hangman = Hangman starten
Gui, Add, Text, x442 y369 w130 h30 +Center, /hangmanstop = Hangman stoppen
Gui, Add, Text, x442 y399 w130 h30 +Center, /bevent = Bullet suchen Event
Gui, Add, Text, x442 y429 w130 h30 +Center, /beventstop = Bullet suchen Stop
; Generated using SmartGUI Creator for SciTE
Gui, Show, w653 h520, News Keybinder by Codein.
returnUrlDownloadToFile, https://www.mitch1337.xyz/keybinder_version/News-Keybinder/version.ini, Version.ini
IniRead, n_version, Version.ini, Version, Version
IniRead, OldKeybinder, DeleteOldKeybinder.ini, OldKeybinder, Name
version = 1.0.0
if(version != n_version)
{
Gui, show, w250 h70, Updater by Codein
Gui, add, text, x20 y10, Es wurde eine neue Version gefunden.
Gui, add, text, x20 y27, Möchten Sie jetzt updaten?
Gui, add, Button, w100 h20 x20 y45 gUpdate, Ja
Gui, add, Button, w100 h20 x130 y45 gAbbrechen, Nein
IniRead, dlink, Version.ini, Version, Dlink
FileDelete, Version.ini
return
} else {
FileDelete, %OldKeybinder%
FileDelete, Version.ini
FileDelete, DeleteOldKeybinder.ini
return
}
Update:
filename = News-Keybinder_v%n_version%.exe
UrlDownloadToFile, %dlink%, %filename%
oldfilename = News-Keybinder_v%version%.exe
IniWrite, %oldfilename%, DeleteOldKeybinder.ini, OldKeybinder, Name
Run, %filename%
ExitApp
return
Gui, Add, Text, x192 y39 w210 h30 +Center, News Keybinder by Codein.
Gui, Add, Text, x42 y139 w130 h20 +Center, /p = Anruf annehmen
Gui, Add, Text, x42 y159 w130 h20 +Center, /h = Anruf ablehnen
Gui, Add, Text, x42 y179 w130 h20 +Center, /ab Anrufbeantworter
Gui, Add, Text, x62 y99 w90 h30 +Center, Telefon
Gui, Add, Text, x452 y99 w100 h30 +Center, Befehle
Gui, Add, Text, x442 y139 w130 h20 +Center, /wortsalat = Wortsalat
Gui, Add, Text, x442 y159 w130 h30 +Center, /spendenaufruf = Spenden sammeln
Gui, Add, Text, x442 y189 w130 h30 +Center, /wortsalatende = Wortsalatende
Gui, Add, Text, x442 y219 w130 h20 +Center, /quiz = Quiz starten
Gui, Add, Text, x442 y239 w130 h20 +Center, /quizende = Quiz beenden
Gui, Add, Text, x442 y259 w130 h20 +Center, /stop = STOP!!!!!!
Gui, Add, Text, x442 y279 w130 h30 +Center, /tuningevent = Tuning Event
Gui, Add, Text, x442 y309 w130 h30 +Center, /tuningeventstop = Tuning Event Stop
Gui, Add, Text, x252 y99 w90 h30 +Center, Auto
Gui, Add, Text, x222 y139 w160 h40 +Center, Numpad9 = Motor an`, Licht an`, Auto abschließen
Gui, Add, Text, x442 y339 w130 h30 +Center, /hangman = Hangman starten
Gui, Add, Text, x442 y369 w130 h30 +Center, /hangmanstop = Hangman stoppen
Gui, Add, Text, x442 y399 w130 h30 +Center, /bevent = Bullet suchen Event
Gui, Add, Text, x442 y429 w130 h30 +Center, /beventstop = Bullet suchen Stop
; Generated using SmartGUI Creator for SciTE
Gui, Show, w653 h520, News Keybinder by Codein.
returnGuiClose:
ExitAppAbbrechen:
Gui, Destroy
returnWie mache es es, das beide Guis geladen werden? danke
-
Ich geb mir einen Kopfschuss.. ich danke dir!
-
Der Keybinder wurde mit Admin gestartet.
Der Chat sagt leider nichts.
Kann es am Radius liegen?