Ok so I'm making chams so I've managed to get the other players all white but its really glitchy like itl work some times and itl crash and the other times it wont work at all
Or it will flash so much it's like your having a fit
Any idea on how to get it not to crash as much?
Quote
Quote
IGNORE QUOTE I PRESSED WRONG BUTTON
gg.setRanges(gg.REGION_C_ALLOC)local a
local s
gg.searchNumber("0.3", gg.TYPE_FLOAT)
s = gg.getResultCount()if s >12000then
gg.toast("please restart the game we have found too many results sorry!")
gg.sleep(5000)
gg.processKill()else
gg.sleep(500)
gg.toast("found: ".. gg.getResultCount())
a = gg.getResults(5000)for i, v in ipairs(a)doif v.flags == gg.TYPE_FLOAT then
v.value ="99999"
v.freeze =trueendend
gg.addListItems(a)end
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.
Question
Farmeriscool
Ok so I'm making chams so I've managed to get the other players all white but its really glitchy like itl work some times and itl crash and the other times it wont work at all
Or it will flash so much it's like your having a fit
Any idea on how to get it not to crash as much?
1 answer to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.