Hallo ich bin zwar 15 aber könnte für euch mappen und ja
Beiträge von JayWayy
-
-
welchen nutzt du den enter ?
-
Xaux bro, die laden echt lange.
genau meinér meinung
-
benutz mal pls pic -upload.net/
-
-
-
Hir bitte
SetTimer, TEST, 1000
TEST:
IfWinNotActive, GTA:SA:MP
return
if(IsPlayerInRangeOfPoint(1248.4491,-1833.9514,13.3928,4)) ;Nach dem KOMA die 4 ist die Entfernung
{
sendChat("TEST")
Sleep 7000
}
else if(IsPlayerInRangeOfPoint(-2685.3379,1269.1921,55.1729, 15)) ;Das ist irgend eine Cordinate im arch der welt damit er es nicht spammt.
{
}
return -
Hallo ich habe mal für euch einen Automatischen /motor /licht usw code geschrieben.
Was braucht man dafür?
1. AutoHotkey
2. Einen Editor, zbs, NotPad++ [AHK Editor]
3. Weil es ein Automatischer ist die SAMP.ahk oder API.ahk, API.dll
Klick michich warte auf FeedBacks
#UseHook
#NoEnv
#SingleInstance, Force
#include SAMP.ahk
SetTimer, Motor, 1500Hotkey, Enter, Off
Hotkey, Escape, Offreturn
t::
Suspend On
SendInput t
Hotkey, Enter, On
Hotkey, Escape, On
Hotkey, t, Off
returnNumpadEnter::
Enter::
Suspend Permit
Suspend Off
Hotkey, t, On
Hotkey, Enter, Off
Hotkey, Escape, Off
returnEscape::
Suspend Permit
Suspend Off
SendInput {Escape}
Hotkey, t, On
Hotkey, Enter, Off
Hotkey, Escape, Off
return;#################################
Motor:
IfWinNotActive, GTA:SA:MP
returnGetchatline(0, Chatline)
if instr(Chatline, " Text was steht wenn du in ein fahrzeug einsteigst.")
{
SendChat("/motor")
SendChat("/licht")
SendChat("/flock")
}
returnNatürlich wollen wir auch das wenn man mit der Taste F aussteigt das der Motor aus geht und die Lichter abgeschaltet werden.
f::
if IsPlayerDriver() ;liest ab ob der spieler in einem fahrzeug ist
SendChat("/motor")
Sleep, 100
SendChat("/licht")
Sleep, 100
Send, {F}
returnMFG
bei weiteren fragen pls melden
-
Hallo ich habe mal für euch einen Automatischen Killzähler geschrieben.
Was braucht man dafür?
1. AutoHotkey
2. Einen Editor, zbs, NotPad++ [AHK Editor]3. Weil es ein Automatischer ist die SAMP.ahk oder API.ahk, API.dll
Klick michWenn ihr noch eine orts angabe haben wolle pls hir runter schreiben.
ich warte auf FeedBacksCode
Alles anzeigen#UseHook #NoEnv #SingleInstance, Force #include SAMP.ahk #SetTimer, Killzähler, on Hotkey, Enter, Off Hotkey, Escape, Off return t:: Suspend On SendInput t Hotkey, Enter, On Hotkey, Escape, On Hotkey, t, Off return NumpadEnter:: Enter:: Suspend Permit Suspend Off 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 ;################################# Killzähler: GetChatLine(1, Chatline1) if(InStr(Chatline1, "HIR KILL MELDUNG")){ IniRead, kills, settings.ini, Kills, kills, 0 kills ++ IniWrite, %kills%, settings.ini, Kills, kills SendChat("/f +1 Osmanische Tokat gezogen " kills")) } return
MFG
Wenn ihr noch AHK probleme habt PN pls