Помогите пожалуйста, найдите ошибку. Вот скрипт
Код:
HotKeySet("{Pause}", "_Pause")
Global $Paused
Func _Pause()
$Paused = Not $Paused
While $Paused
Sleep(100)
WEnd
EndFunc
WinActivate("[TITLE:Warface]")
While WinActive("[TITLE:Warface]")
$aRed_Coords = PixelSearch(680, 373, @DesktopWidth, @DesktopHeight, 0xCD3929)
If Not @error Then MouseClick("Main", $aRed_Coords[0], $aRed_Coords[1])
WEnd