Athene
20-06-2006, 04:57 PM
I'm having a problem with this function:
Raiders = ( GetNumRaidMembers());
Am I right if I say that this function will only work when I am the raidleader? Because it always ends up as "0" if Im not(atleast I think that is the reason).
Any ideas how I can count the number of members while not being the raidleader?
Also, I need to get the playername of the raidleader, but I havent found a way to do that
Problem 3:
for member = 1, 40 do
if ( IsRaidLeader(member) == 0 ) then
DEFAULT_CHAT_FRAME:AddMessage(member.." is leader");
end
I'm getting a " (player number) is leader" on every single raid member here, even though there's only 2 members of the raid... wtf?
Raiders = ( GetNumRaidMembers());
Am I right if I say that this function will only work when I am the raidleader? Because it always ends up as "0" if Im not(atleast I think that is the reason).
Any ideas how I can count the number of members while not being the raidleader?
Also, I need to get the playername of the raidleader, but I havent found a way to do that
Problem 3:
for member = 1, 40 do
if ( IsRaidLeader(member) == 0 ) then
DEFAULT_CHAT_FRAME:AddMessage(member.." is leader");
end
I'm getting a " (player number) is leader" on every single raid member here, even though there's only 2 members of the raid... wtf?