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
;commands are ?vip add - ?vip del.
mIRC Snippet:
Simple VIP script
Posted on Jul 18, 2008 10:40 am
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) |
mIRC Snippet:
Simple VIP script
Posted on Jul 18, 2008 11:48 am
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)



