Code: Select all
If ax / ay > 2 or ay / ax > 2 then
If ax / ay > 2 then
Так рисует правильно
Code: Select all
If int(ax / ay) > 2 or int(ay / ax) > 2 then
If int(ax / ay) > 2 then
Code: Select all
If ax / ay > 2 or ay / ax > 2 then
If ax / ay > 2 then
Code: Select all
If int(ax / ay) > 2 or int(ay / ax) > 2 then
If int(ax / ay) > 2 then
ZeroDX wrote:Проверить такое мне не под силу, потому что чар так далеко не стреляет.