viewing paste Unknown #5914 | Athena

Posted on the
1 2 3 4 5 6 7 8 9 10 11 12
- script gmloginannounce -1,{
 
OnPcLoginEvent:
 
if(getgmlevel() >=99) {
announce "Administrator "+strcharinfo(0)+" has signed in.",bc_all,0x00ff66;
}
if(getgmlevel() < 99 && getgmlevel() >= 60){
announce "GM "+strcharinfo(0)+" has signed in.",bc_all,0x00FF66;
}
end;
}
Viewed 1019 times, submitted by Guest.