Jump to content
  • 0

How multiply results values using *2, *3,*4 ...?


MasterC

Question

Hi guys i need make a command for multiply results using * (x)

example:

r = gg.getResults(10)
local t = {} for i, v in ipairs(r) do 
t[i]={address=v.address+4, flags=4, value=value[1]*2, gg.setValues(t)}
t[i]={address=v.address+4, flags=4, value=value[2]*2, gg.setValues(t)}
end

i got error

help me please 

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.