SirNikolas, Quote (EdiTTORR)
что-то вроде этого
ок? Добавлено (02-02-2011, 16:08)
---------------------------------------------
SirNikolas, раз уж ты так просишь держи:
Code
function MapLenght takes nothing returns nothing
call BJDebugMsg(" maxX "+R2S(GetCameraBoundMaxX()+GetCameraMargin(CAMERA_MARGIN_RIGHT))+" maxY "+R2S(GetCameraBoundMaxY()+GetCameraMargin(CAMERA_MARGIN_TOP))+" minX "+R2S(GetCameraBoundMinX()-GetCameraMargin(CAMERA_MARGIN_LEFT))+" minY "+R2S(GetCameraBoundMinY()-GetCameraMargin(CAMERA_MARGIN_BOTTOM)))
endfunction
но тут сложнее понять чем там
Местами здесь.