mIRC Snippet:
!headshot
Posted on Aug 12, 2006 5:39 am
Posted on Aug 12, 2006 5:39 am
so how can i get it to work ive got this
on *:TEXT:!headshot*:#: {
if ($nick ishop #) || ($nick isop #) {
if ($nick == [-ID3-BOT-]) { ;[-id3-bot-];
/msg $chan 10 $nick gets out his AWP...
/msg $chan 10 $nick Aims for the 4HEAD
kick $chan $2 4 BOOM HEADSHOT BITCH!
}
else {
/msg $chan 10 $nick gets out his AWP...
/msg $chan 10 A enemy comes from behind..
kick $chan $nick 13 HUMILIATION!
}
}
}
on *:TEXT:!headshot*:#: {
if ($nick ishop #) || ($nick isop #) {
if ($nick == [-ID3-BOT-]) { ;[-id3-bot-];
/msg $chan 10 $nick gets out his AWP...
/msg $chan 10 $nick Aims for the 4HEAD
kick $chan $2 4 BOOM HEADSHOT BITCH!
}
else {
/msg $chan 10 $nick gets out his AWP...
/msg $chan 10 A enemy comes from behind..
kick $chan $nick 13 HUMILIATION!
}
}
}
mIRC Snippet:
Quote of the day
Posted on Jul 23, 2006 12:43 pm
Posted on Jul 23, 2006 12:43 pm
Or, if you don`t want a quote for each people, then on start set %quote $read(quotes.txt)
mIRC Snippet:
Quote of the day
Posted on Jul 21, 2006 10:58 pm
Posted on Jul 21, 2006 10:58 pm
Here are some ideas for you.
1.Have it randomly select from a list. Most people would fight over that on servers I go to.
2. Set %QS.Quote. [ $+ [ $Nick ] ] $2-
To set everyone their own quote if they choose to add one. Then configure the other part to work with this.
1.Have it randomly select from a list. Most people would fight over that on servers I go to.
2. Set %QS.Quote. [ $+ [ $Nick ] ] $2-
To set everyone their own quote if they choose to add one. Then configure the other part to work with this.
mIRC Snippet:
!headshot
Posted on Jul 21, 2006 10:52 pm
Posted on Jul 21, 2006 10:52 pm
Although something I didn\'t catch before I posted.
Hawkee states in his Scripting Tips to end a color scheme, with only the , instead of 1. This way it won\'t interfear with colors, and will set back to default text, or other.
Sorry if thats not entirely clear.
Hawkee states in his Scripting Tips to end a color scheme, with only the , instead of 1. This way it won\'t interfear with colors, and will set back to default text, or other.
Sorry if thats not entirely clear.
mIRC Snippet:
!headshot
Posted on Jul 20, 2006 11:03 am
Posted on Jul 20, 2006 11:03 am
You should add if $me isop $chan, and give an error message if not. Also remove the : : configure youre name here, and move it all the way left and put ; configure your name here.
That way it wont be read as a part of the code..
That way it wont be read as a part of the code..
mIRC Snippet:
!headshot
Posted on Jul 20, 2006 7:04 am
Posted on Jul 20, 2006 7:04 am
Err dude i forgot something..
Your suppose to type \"!headshot [Name]\"
Your suppose to type \"!headshot [Name]\"




