^p::
Suspend,permit
SendChat("test")
return
*Das Rot markierte hinzufügen und es funktioniert
^p::
Suspend,permit
SendChat("test")
return
*Das Rot markierte hinzufügen und es funktioniert
Also ich habe es jetzt z.b. so:
leider klappt es noch nicht
davor befindet sich folgendes:
#SingleInstance force
#Persistent
#IfWinActive GTA:SA:MP
#Include API.ahk
;Gui, Add, Button, x557 y358 w130 h20 gsamp, SA:MP
;///////////////////Eigene binds schreiben///////////////////////////////
Gui, Add, ComboBox, x180 y80 w130 h80 vTasten +AltSubmit, 1|2|3|4|5|6
Gui, Add, ComboBox, x180 y105 w130 h80 vTasten1 +AltSubmit, 1|2|3|4|5
Gui, Add, ComboBox, x180 y130 w130 h80 vTasten2 +AltSubmit, 1|2|3|4|5
Gui, Add, Text, x30 y60 w150 h20, Befehl
Gui, Add, Text, x180 y60 w150 h20, Wähle deine Taste:
Gui, Add, Edit, x30 y80 w130 h20 vbefehl, %Befehl%
Gui, Add, Edit, x30 y105 w130 h20 vbefehl1, %Befehl1%
Gui, Add, Edit, x30 y125 w130 h20 vbefehl2, %Befehl2%
Gui, Add, Button, x90 y160 w130 h20 gNick, Speichern
;//////////////////NAME AUSLESEN ETC/////////////////////////////////////
Gui, Add, Text, x20 y270 w150 h20, Wähle deinen Job:
Gui, Add, ComboBox, x20 y290 w130 h80 vJob +AltSubmit, Trucker|Müllmann|Hochseefischer|
;/////////////////FRAKTION BUTTON//////////////////////////////////////////
Gui, Add, Text, x200 y200 w150 h20, Job Befehle
Gui, Add, Button, x190 y220 w130 h20 glspd, Trucker
Gui, Add, Button, x190 y245 w130 h20 gsani, Müllmann
;////////////////GUI ENDE//////////////////////////////////////
Gui, Show, w550 h400, Keybinder by olli_koehler alias olli962
Gui, Add, Text, x360 y383 w130 h20,©Tyler_Capone und olli962
Gui, Font, s20, Arial
Gui, Add, Text, x120 y10 w300 h50, EIGENE BINDS
Gui, Font, s10, Arial
return
;////////////////////////////Standart Befehle/////////////////////////
@olli962:
Damit auch SendChat funktioniert, musst du folgendes im Script einfügen:
SendChat_func := DllCall("GetProcAddress", UInt, hModule, Str, "API_SendChat")
SendChat(Text)
{
global SendChat_func
Result := DllCall(SendChat_func, Str, Text)
return Result
}
Danach wirds funktionieren.
Mit freundlichem Gruß
GeForce
Alles anzeigen@olli962:
Damit auch SendChat funktioniert, musst du folgendes im Script einfügen:
SendChat_func := DllCall("GetProcAddress", UInt, hModule, Str, "API_SendChat")
SendChat(Text)
{
global SendChat_func
Result := DllCall(SendChat_func, Str, Text)
return Result
}
Danach wirds funktionieren.
Mit freundlichem Gruß
GeForce
Es lag daran, dass die API, welche ich verwende noch nicht für 0.3x entwickelt war,
Guten Tag,
heute bin ich auf die möglichkeit der TABS gestoßen. Nun möchte ich die Tabs nachträglich in meinen Keybinder einsetzen. So sieht mein GUI momentan aus:
;///////////////////Eigene binds schreiben///////////////////////////////Gui, Add, ComboBox, x180 y80 w130 h80 vTasten +AltSubmit, 1|2|3|4|5|6Gui, Add, ComboBox, x180 y105 w130 h80 vTasten1 +AltSubmit, 1|2|3|4|5Gui, Add, ComboBox, x180 y130 w130 h80 vTasten2 +AltSubmit, 1|2|3|4|5Gui, Add, Text, x30 y60 w150 h20, BefehlGui, Add, Text, x180 y60 w150 h20, Wähle deine Taste:Gui, Add, Edit, x30 y80 w130 h20 vbefehl, %Befehl%Gui, Add, Edit, x30 y105 w130 h20 vbefehl1, %Befehl1%Gui, Add, Edit, x30 y125 w130 h20 vbefehl2, %Befehl2%Gui, Add, Button, x90 y160 w130 h20 gNick, Speichern;//////////////////NAME AUSLESEN ETC/////////////////////////////////////Gui, Add, Text, x20 y270 w150 h20, Wähle deinen Job:Gui, Add, ComboBox, x20 y290 w130 h80 vJob +AltSubmit, Trucker|Müllmann|Hochseefischer|;/////////////////FRAKTION BUTTON//////////////////////////////////////////Gui, Add, Text, x200 y200 w150 h20, Job BefehleGui, Add, Button, x190 y220 w130 h20 gtrucker, TruckerGui, Add, Button, x190 y245 w130 h20 gMüllmann, MüllmannGui, Add, Button, x190 y270 w130 h20 gFischer, Fischer;////////////////GUI ENDE//////////////////////////////////////Gui, Show, w550 h400, Keybinder by olli_koehler alias olli962Gui, Add, Text, x360 y383 w130 h20,© olli962Gui, Font, s20, Arial Gui, Add, Text, x120 y10 w300 h50, EIGENE BINDSGui, Font, s10, Arial Gui, Add, Edit, x330 y150 w200 h220 readonly ,Update 0.0.1 17.02.13`n`n- Job Trucker eingefügt`n- Job Müllmann eingefügt`n- Job Hochseefischer eingefügt Gui, Add, Button, x390 y10 w130 h20 ginfos, Infos
Auf der ersten Tag Seite sollen die eigenen Binds hin und auf die zweite die Jobs.
Wie kann ich das nun machen?
Ein Auszug aus dem Index:
Ist sowohl die X- als auch Y-Koordinate nicht vorhanden, wird
das erste Untersteuerelement in die obere linke Ecke des
Tab-Steuerelements positioniert (mit Standard-Abstand). Die restlichen Untersteuerelemente werden jeweils unter dem vorherigen Steuerelement positioniert.
Falls die Positionierungsoptionen X+n und/oder Y+nangegeben
sind, wird das Untersteuerelement in Bezug auf die linke obere Ecke des
Innenbereichs vom Tab-Steuerelement positioniert. Zum Beispiel würde
mit "x+10 y+10" das Steuerelement von der linken oberen Ecke 10 Pixel
nach rechts und 10 Pixel nach unten positioniert.