Thread Tools Display Modes
12-25-05, 10:57 AM   #1
Rasher
A Murloc Raider
Join Date: Dec 2005
Posts: 4
Another Problem

I'm trying to check if the person that typed a message is the group/raid leader, but I can't get it to work :/

Here's the code:

PHP Code:
if ( (string.find(arg1"RSounds globally turned off")) ) then  
    
if (IsRaidLeader(arg2)) then      
       rss_aEnable 
true;      
    elseif (
IsRaidOfficer(arg2)) then      
       rss_aEnable 
true;          
    
end
end 
I'm registering the event via
PHP Code:
this:RegisterEvent("CHAT_MSG_RAID"); 
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » Another Problem


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off