Jump to content
  • 0

Values not changing


Fossmantheel

Question

3 answers to this question

Recommended Posts

gg.searchNumber("5", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1, 0)
local t = gg.getResultsCount()
local k = gg.getResults(t)
for i, v in ipairs(k) do
	if v.flags == gg.TYPE_DWORD then
		v.value = "15"
		v.freeze = true
	end
end
gg.addListItems(k)

You can try!

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.