Jump to content
  • 0

at lua


taki2012
 Share

Question

8 answers to this question

Recommended Posts

  • 0
local res = gg.getResults(gg.getResultsCount())
for z, x in next res do 
  x.freeze = true 
end
gg.addListItems(res)

 

On 11/13/2022 at 3:56 AM, under_score said:

have you tried this?

for i = gg.getresults(999)

do

t = {}
t[1] = {}
t[1].address = i

t[1].flags = gg.TYPE_AUTO

t[1].freeze = true

gg.setValues(t)

end

What if the result is on the 1000th order?

This is a nonsensical answer.

Link to comment
Share on other sites

  • 0
1 hour ago, under_score said:

why would you freeze 1000 values?

that (probably )will crash the game

that's what I usually do. If you don't understand, I suggest seeing it, maybe it's better for you

1 hour ago, under_score said:

1000 values

I froze 3000+ value and it was just fine

1 hour ago, under_score said:

will crash the game

Do you know how GG works?

1 hour ago, under_score said:

1000 values

I froze 3000+ value and it was just fine

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • 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.