viewing paste Unknown #608 | Text

Posted on the
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
-   script  jailmute    -1,{
 
OnPCLoadMapEvent:
 
        if ( strcharinfo(3) == "sec_pri" )
        {
                if ( getgroupid() < 60 )
                {
                        atcommand "@mute "+.temp+" "+strcharinfo(0);
                        set Mute,1;
                }
        }
        else if ( Mute )
        
        {
                atcommand "@unmute "+strcharinfo(0);
                set Mute,0;
        }
        end;
 
OnInit:
        set .temp,100;
    
}
 
sec_pri mapflag loadevent
Viewed 718 times, submitted by Guest.