SpiTik Posted April 13, 2018 Report Posted April 13, 2018 How to create refresh this script without pausing any scripts e.g. (commands ...)refresh every 1 min. Thanks const groupMembers = [];community.getGroupMembers('Gid', function(err, members) { for(x = 0; x < members.length; x++) { groupMembers.push(members[x].accountid); }}); Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.