View Single Post
11-20-13, 09:48 AM   #1
Uitat
A Chromatic Dragonspawn
 
Uitat's Avatar
AddOn Author - Click to view addons
Join Date: May 2011
Posts: 162
needing some help here

its quite simple in concept but i cant get it to work, i know im messing up here somewhere

if anyone can help,
the intended result is to give an aspect ratio of your screen

local resMath1 = GetScreenHeight()
local resMath2 = GetScreenWidth()
local resMathVar = (resMath2()\resMath1())
print ("Your Current Ratio is", resMathVar)
  Reply With Quote