Top

Simple VIP script

+ 0 likes
Please Register to submit score.
Average Score  0.0
Scores Submitted  0
Date Added  Jul 18, 2008
Last Updated  Jul 18, 2008

Introduction

Instructions: Copy/Paste in remote (ALT+R) then it should work.
;commands are ?vip add - ?vip del.


Grab the Code

Comments

  (2)  RSS
vaseline28
Comments: 119
 
mIRC Snippet:  Simple VIP script
Posted on Jul 18, 2008 10:40 am
Quote:
if (!$3) || ($4)

If $3 doesn't exist...how is it possible for $4 to exist? Could you not just do:
Code:
if (!$3)
mountaindew
Comments: 1,456
 
mIRC Snippet:  Simple VIP script
Posted on Jul 18, 2008 11:48 am
Well I guess he wants to show an error msg if you do "?vip add" (which is !$3) or "?vip add mountaindew anotherparameter" (which is $4)

Please Register or Login to start posting comments.
Bottom