Jump to content
  • 0

Pls help


prohackergg26

Question

2 answers to this question

Recommended Posts

6 hours ago, prohackergg26 said:

gg.searchNumber("79;110;83;101;116;80;111;115::8", gg.TYPE_BYTE);

t = gg.getResults(10);
if #t ~= 0 then
  t[10].editAll="32";
  t[10].freeze=true;
  t[10].freezType = gg.FREEZE_NORMAL;
end;
gg.addListItems(t);


---- or



gg.searchNumber("79;110;83;101;116;80;111;115::8", gg.TYPE_BYTE);

t = gg.getResults(10);
for o = 1, #t do
  t[o].editAll="32";
  t[o].freeze=true;
  t[o].freezType = gg.FREEZE_NORMAL;
end;
gg.addListItems(t);

 

 

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.