CODE:int Image_2[73][18];loadimage (#Image_2[0][0], "C:\2\Image_2.bmp");
int Image_0[88][18];loadimage (#Image_0[0][0], "C:\2\Image_0.bmp");
int Image_3[48][16];loadimage (#Image_3[0][0], "C:\2\Image_3.bmp");
int q
int w
int e
int r
int PosX_0[1];int PosY_0[1];
int PosX_2[1];int PosY_2[1];
int PosX_3[1];int PosY_3[1];
int color, xe, ye;
getdisplay(color, xe, ye);
n:
q=findimage(1, #Image_0[0][0], 0, #PosX_0[0], #PosY_0[0], 0, 0, xe, ye, -1);
if (q==1)
{
mouse(LEFT,PosX_1[0], PosY_1[0]) ;
sleep(rand(1988,2312));
goto n ;
}
w=findimage(1, #Image_2[0][0], 0, #PosX_2[0], #PosY_2[0], 0, 0, xe, ye, -1);
if (w==1)
{
mouse(LEFT,PosX_2[0], PosY_2[0]) ;
sleep(rand(1988,2312));
goto n ;
}
e=findimage(1, #Image_5[0][0], 0, #PosX_5[0], #PosY_5[0], 0, 0, xe, ye, -1);
if (e==1)
{
mouse(LEFT,PosX_3[0], PosY_3[0]) ;
sleep(rand(300256,302312));
goto n ;
}
{
key(F5);
sleep(rand(1256,2312));
goto n ;
}
Не могу понять в чем дело... Выдает ошибку "Ошибка w==1 goto {1_" |