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 mich
Wenn ihr noch eine orts angabe haben wolle pls hir runter schreiben.
ich warte auf FeedBacks
Code
#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
Alles anzeigen
MFG
Wenn ihr noch AHK probleme habt PN pls