CODE:
int Image_200[26][16];
loadimage (#Image_200[0][0], "C:\Users\Nats\Documents\Image_200.bmp");
int PosX_200[512];int PosY_200[512];
int Image_ObsWard[140][53];loadimage (#Image_ObsWard[0][0], "C:\Users\Nats\Documents\ObsWard.bmp");
int PosX_ObsWard[512];int PosY_ObsWard[512];
int kol_obs;
int k;
kol_obs=findimage(-1, #Image_ObsWard[0][0], 0, #PosX_ObsWard[0], #PosY_ObsWard[0], 0, 0, 1600, 1200, 20, 20, 20, 20, 20, 20, 75, 1, w);
k=findimage(-1, #Image_200[0][0], 0, #PosX_200[0], #PosY_200[0], 0, 0, 1600, 1200, 100, 100, 100, 100, 100, 100, 90, 1, w);
messagebox(k);
loadimage (#Image_200[0][0], "C:\Users\Nats\Documents\Image_200.bmp");
int PosX_200[512];int PosY_200[512];
int Image_ObsWard[140][53];loadimage (#Image_ObsWard[0][0], "C:\Users\Nats\Documents\ObsWard.bmp");
int PosX_ObsWard[512];int PosY_ObsWard[512];
int kol_obs;
int k;
kol_obs=findimage(-1, #Image_ObsWard[0][0], 0, #PosX_ObsWard[0], #PosY_ObsWard[0], 0, 0, 1600, 1200, 20, 20, 20, 20, 20, 20, 75, 1, w);
k=findimage(-1, #Image_200[0][0], 0, #PosX_200[0], #PosY_200[0], 0, 0, 1600, 1200, 100, 100, 100, 100, 100, 100, 90, 1, w);
messagebox(k);
Когда запускаю так, ничего не происходит и приходится прекращать работу скрипта через CTRL+SHIFT+Z, если закомментировать строчку kol_obs=..., то начинает работать.