viewing paste Unknown #11124 | Athena

Posted on the
1 2 3 4 5 6 7 8 9 10 11
prontera,151,183,5  script  Kafra   112,{
 
    if((@PC_LAST_ANN_TIME + 180) > gettimetick(2))
    {
        dispbottom "Por favor espere "+(@PC_LAST_ANN_TIME + 180 - gettimetick(2))+" segundos para anunciar novamente.";
        end;
    }
    announce "test",bc_all,0xFF8C00;
    set @PC_LAST_ANN_TIME,gettimetick(2);
}
 
Viewed 1123 times, submitted by evilpuncker.