Jump to content
  • 0

Freeze multiple values in gg script


kkbs4u

Question

Dear sir Valuse freeze error in gg script please help how to

gg.searchNumber("4;8;0;4;8::17", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1, 0)
gg.refineNumber("4;8::5", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1, 0)
local t = gg.getResults(8)
for i, v in ipairs(t) do
    t.value = '4;8'
    t.freeze = true
    t.freezetype = NORMAL
end
gg.addListItems(t)
gg.removeResults(t)

 

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

try this..
for i, v in pairs(t) do   t[i].flags = gg.TYPE_DWORD   t[i].freeze = true   t[i].freezetype = NORMALendgg.addListItems(t)gg.removeResults(t)

 

Thanks sir it's works
[emoji106][emoji3]

Sent from my HD1901 using Tapatalk

Link to comment
Share on other sites

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.