so habs eingefügt aber habs jetzt noch mal getestet aber iwie kommt da jetzt ne fehlermeldung
Code:
Line 5
MouseClick ("left", $pos[0], $pos[1])
MouseClick ("left", $pos^ ERROR
Error: Subscript used with non-Array variable
was muss ich ändern damit es funktioniert?
ich poste mal das script
PHP Code:
WinWaitActive ( "FLYFF" )
While 1
$pos = PixelSearch(0, 0, 1024, 800, 0x564F8B)
MouseClick ("left" , $pos[0], $pos[1])
Send ("{F1}")
Sleep (200)
if @error Then
Exit
EndIf
WEnd