Basic Script For Beginner
mIRC Code
+ 0 likes
Please Register to submit score.
| Average Score | 2.0 (of 3 scores) |
| Date Added | Mar 18, 2009 |
| Last Updated | Jul 26, 2009 |
Introduction
To use it just load it into you remote.
NOTE: Some command maybe not working in your server.
mIRC Snippet:
Basic Script For Beginner
Posted on Mar 19, 2009 3:42 am
Posted on Mar 19, 2009 3:42 am
Why two posts?
mIRC Snippet:
Basic Script For Beginner
Posted on Mar 19, 2009 6:11 am
Posted on Mar 19, 2009 6:11 am
bracket mismatch in the "on ban" event
mIRC Snippet:
Basic Script For Beginner
Posted on Mar 19, 2009 6:06 pm
Posted on Mar 19, 2009 6:06 pm
not useful. gets a 3.
mIRC Snippet:
Basic Script For Beginner
Posted on Mar 19, 2009 8:26 pm
Posted on Mar 19, 2009 8:26 pm
just for fun post to snippets .. yup it mismatch but it maybe can use 4 backup when someone use this sc in diffrnt `v .. however, i still need some advice from all of u (veteran) to update n edit it ..
mIRC Snippet:
Basic Script For Beginner
Posted on Mar 19, 2009 9:22 pm
Posted on Mar 19, 2009 9:22 pm
well heres your on ban event with its proper brackets
i also noticed that you have two "on ban" events, only one is needed.
your first one you have in the protection group, but the events your using outside of the protection group, still protects, so in a way youve just doubled your script and made it so it cant be turned off properly.
| Code: |
on ban:#: { if (($banmask iswm $address($me,5)) && ($me == $bnick)) { cs unban $me cs invite $chan $me timer 1 2 /cs ban $nick $address cs akick $nick $address msg $chan thats one less !@#$ in the room } } |
i also noticed that you have two "on ban" events, only one is needed.
your first one you have in the protection group, but the events your using outside of the protection group, still protects, so in a way youve just doubled your script and made it so it cant be turned off properly.
mIRC Snippet:
Basic Script For Beginner
Posted on Jul 8, 2009 5:09 am
Posted on Jul 8, 2009 5:09 am
Hei , sme cmmnd not working here m8. Your ivite cmmnd have sme travel there.
| Code: |
| Invite .Invite: cs invite #$$?"Enter channel here" $$?"Enter nick here" |
mIRC Snippet:
Basic Script For Beginner
Posted on Jul 9, 2009 12:00 am
Posted on Jul 9, 2009 12:00 am
@Automotive
NOTE: Some command maybe not working in your server.
NOTE: Some command maybe not working in your server.
mIRC Snippet:
Basic Script For Beginner
Posted on Jul 9, 2009 4:11 am
Posted on Jul 9, 2009 4:11 am
if you do know your server supports chanserv, change the "cs" to "chanserv" , see if that helps
mIRC Snippet:
Basic Script For Beginner
Posted on Sep 2, 2009 8:36 pm
Posted on Sep 2, 2009 8:36 pm
is thre somthing wrong with the server command or sme cmmand on this snippet? whn i check the command using /help, thre's no different but nothing happen when i try to to send memo o the topiclock. or maybe i'm da one don't know what happen








