Advertisement
Xzempt

Untitled

Apr 7th, 2012
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. if (msg == "clean") then
  2. for y = 1, GetNumGuildMembers() do
  3. name, rank, rankIndex, level, class, zone, note, officernote, online, status, classFileName, achievementPoints, achievementRank, isMobile = GetGuildRosterInfo(y)
  4. yearsOffline, monthsOffline, daysOffline, hoursOffline = GetGuildRosterLastOnline(y);
  5. if (daysOffline > 14) or (monthsOffline >= 1) or (yearsOffline >= 1) and (y ~= GetNumGuildMembers()) then
  6. GuildUninvite(name)
  7. end
  8. end
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement