Top

Simple lag checker


mIRC Code
+ 0 likes
Please Register to submit score.
Average Score  5.0
Scores Submitted  2
Date Added  Apr 27, 2008
Last Updated  May 02, 2008
Tags  check  lag 
  Bookmark and Share

Introduction

just a simple lag checker . Is my first post so be kind hehe :)
copy and paste into new remote

Grab the Code

Comments

  (7)  RSS
TheGioMan
Comments: 4
 
mIRC Snippet:  Simple lag checker
Posted on Apr 27, 2008 6:25 am
Good job,hun.I give it a 4 which is awesome for a first posted script.;P
EL
Comments: 1,236
 
mIRC Snippet:  Simple lag checker
Posted on Apr 27, 2008 6:43 am
YA forgot to //echo $active for the high low jenneh other then that it well done.`-.-´
shideezhi
Comments: 5
 
mIRC Snippet:  Simple lag checker
Posted on Apr 27, 2008 6:44 am
ty guys :)
TheWhistler
Comments: 9
 
mIRC Snippet:  Simple lag checker
Posted on Apr 27, 2008 8:57 am
nice but i get 2 error\'s
Error: invalid command: 2857539
Error: invalid command: high:
shideezhi
Comments: 5
 
mIRC Snippet:  Simple lag checker
Posted on May 2, 2008 5:25 am
ok made changes so hope its all good now :) ty for u help an comments :)
napa182
Comments: 1,007
 
mIRC Snippet:  Simple lag checker
Posted on May 2, 2008 5:32 am
nice lag check works good. nice work for ur first post =)
^Neptune
Comments: 241
 
mIRC Snippet:  Simple lag checker
Posted on May 2, 2008 5:43 am
Instead of

Code:
if (%variable == $null) {


Try using

Code:
if (!%variable) {


Otherwise good first post

Please Register or Login to start posting comments.
Bottom