WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   AddOn Help/Support (https://www.wowinterface.com/forums/forumdisplay.php?f=3)
-   -   Another Problem (https://www.wowinterface.com/forums/showthread.php?t=2727)

Rasher 12-25-05 10:57 AM

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"); 



All times are GMT -6. The time now is 12:49 PM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI