Jump to content
  • 0

How to put gg.SetValues On Script LUA


RezaHaxz

Question

PLAY = '✅ ON'
function fly()
 if PLAY == '✅ ON' then ds()
 elseif PLAY == '❌ OFF' then da()
 end
if msm == 2 then hax() end
 end

function ds()
PLAY = "❌ OFF"
gg.getListItems(t)
t.value = '1'
gg.setValues(t)
end

function da()
PLAY = "✅ ON"
gg.getListItems(t)

t[1].value = '0'

gg.setValues(t)
end

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

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.