Jump to content
  • 0

Edit and save list items error


kkbs4u

Question

Dear sir please help

gg.searchNumber("10;0;9;0;0;0;0::25", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1, 0)

revert = gg.getResults(3331, nil, nil, nil, nil, nil, nil, nil, nil)
local t = gg.getResults(3331, nil, nil, nil, nil, nil, nil, nil, nil)
for i, v in ipairs(t) do
    if v.flags == gg.TYPE_DWORD then
        v.value = "9;0;9;9;0;9;0"
        v.freeze = true
    end
end
gg.addListItems(t)
t = nil

gg.clearResults()

Not working for me error only

 

Screenshot_20200707-151423.jpg

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.