Hallo ich wollte fragen warum mein Script beim anruf nicht funktioniert ??
Ingame steht es so im Chat : * Name's Handy klingelt. ||| Beispiel // * Mr_Williams's Handy klingelt.
; Timer
SetTimer, readchat, 100, On
SetTimer, Autolock, 5000, On
Settimer, Anruf, 100, On
SetTimer, stopscript, 100, On
SetTimer, lightcheck, 500, On
SetTimer, FindBot, Off
SetTimer, Overlay, 100, On
return
___________________________________________________________________________
Anruf:
GetPlayerName(UserName)
Loop, read, %A_MyDocuments%\GTA San Andreas User Files\SAMP\chatlog.txt
{
If InStr(A_LoopReadLine, "* " . UserName . "'s Handy klingelt.")
index1 := a_index
}
if (index2 < index1)
{
SoundBeep
}