Jump to content
  • 0

Troubles with freazing data.


n3kitOzz

Question

Code change a value, but not freazing. Why?



function flycontrol()
gg.setVisible(false)
controls_fly = gg.prompt({[1]='Y COORD [-700; 1000]'}, {nil}, {'number'})
if controls_fly == nil then
  menucode = 2
  cheatmenu()
else
  hidemenu()
  gg.editAll(controls_fly[1],gg.TYPE_FLOAT)
  gg.freeze = true
end
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.