Специалист
Покинул форум
Сообщений всего: 419
Дата рег-ции: Март 2018
Репутация: 2
|
Не могу понять, почему не работает (
Code 1 (Отобразить)CODE:loop() {
int Image_0[26][14];loadimage (#Image_0[0][0], "C:\Users\budni\Desktop\Bot`s\kibor_set\bot\Test\poj.bmp");
int PosX_0[512];int PosY_0[512];
int k=findimage(-1, #Image_0[0][0], 0, #PosX_0[0], #PosY_0[0], 0, 0, 800, 600, -1);
if(k<0) {
textbkcolor(255, 16637860);
textout(0, 100, 111, "testt", 1);
}
}
code 2 (Отобразить)CODE:loop() {
int Image_0[26][14];loadimage (#Image_0[0][0], "C:\Users\budni\Desktop\Bot`s\kibor_set\bot\Test\poj.bmp");
int PosX_0[512];int PosY_0[512];
int k=findimage(-1, #Image_0[0][0], 0, #PosX_0[0], #PosY_0[0], 0, 0, 800, 600, -1);
if(k>0) {
textbkcolor(255, 16637860);
textout(0, 100, 111, "testt", 1);
}
}
|