viewing paste Unknown #601 | Text

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