Showing results 1 to 2 of 2
Search took 0.00 seconds.
Search: Posts Made By: NeverD1e
Forum: oUF (Otravi Unit Frames) 09-18-09, 12:57 AM
Replies: 1,215
Views: 387,844
Posted By NeverD1e
This realy worked? local function...

This realy worked?

local function truncate(value)
if(value >= 1e7) then
return gsub(format('%.1fm', value / 1e6), '%.?0([km])$', '%1')
elseif(value >= 1e6) then
return...
Forum: oUF (Otravi Unit Frames) 09-16-09, 03:09 AM
Replies: 1,215
Views: 387,844
Posted By NeverD1e
Smile Hello everyone, I'm bad know Lua. Help bring the...

Hello everyone, I'm bad know Lua.
Help bring the code with this:

local function truncate(value)
if(value >= 1e6) then
return gsub(format('%.2fm', value / 1e6), '%.?0+([km])$', '%1')
...
Showing results 1 to 2 of 2