@myke you can use any number, it's just a reference to the starting position (or slot) you want to assign to the images...
i.e. LoadImages("folder",0) makes image 000.png show with ShowImage(0) but LoadImages("folder",10) would make image 000.png show with ShowImage(10)
@MaximEpihin i think the actual problem is that you have missed the 's' in the call LoadImages(str,v)
function note_init(e)
LoadImages("koala", 0) -- на нулевой слот
end
function note_main(e)
PlayerDist = GetPlayerDistance(e) -- дистанция игрока до текущего объекта
if PlayerDist < 120 then
SetImagePosition(50, 50)
ShowImage(0) -- показываем картинку слота
else
HideImage(0)
end
end
life\'s one big game
windows vista ultimate
i5 @3.3ghz, 4gb ram, AMD R9 200 series , directx 11