View Single Post
11-20-13, 10:02 AM   #2
Uitat
A Chromatic Dragonspawn
 
Uitat's Avatar
AddOn Author - Click to view addons
Join Date: May 2011
Posts: 162
nevermind i feelk stupid, i rewrote it a different way and realized my mistake

local sheight = GetScreenHeight()
local swidth = GetScreenWidth()
local resMathVar = (swidth/sheight)
print ("Your Current Ratio is", resMathVar)

herpderp
  Reply With Quote