![]() |
[0.0.5.1] getResolution() - Printable Version +- Gothic Online Forums (https://archive.gothic-online.com) +-- Forum: Scripting (English) (https://archive.gothic-online.com/forum-11.html) +--- Forum: Scripting Help (https://archive.gothic-online.com/forum-12.html) +--- Thread: [0.0.5.1] getResolution() (/thread-1942.html) |
[0.0.5.1] getResolution() - Osmith - 18.12.2016 Code: local res = getResolution() Print res.width or res.w gives an error. What's the problem? RE: [0.0.5.1] getResolution() - KimiorV - 18.12.2016 Use res.x and res.y. |