Zireael пишет: CODE:int n=1;
new int Image_loot[n][100][100];
Да работает, спасибо. Дальше ошибка в коде в findimage(). Может подскажите как правильно написать:
PHP:int n =1;
new int Image_loot[n][100][100];
new int PosX[n][1000];
new int PosY[n][1000];
loadimage (#Image_loot[0][0][0], "E:\loot-crystall-blue.bmp");
for (int f=0; f<n; f++)
{
findimage(-1, #Image_loot[f][0][0], -1, #PosX[f][0], #PosY[f][0], 52, 403, 480, 816, 0,0,0,0,0,0,70, -1, w);
} |