Top

Comments

  (9)  RSS
The Monster's
drumkid007
Comments: 4
 
mIRC Snippet:  !headshot
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!
}
}
}
Noutrious
Comments: 343
 
mIRC Snippet:  Quote of the day
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)
Pibb
Comments: 30
 
mIRC Snippet:  Quote of the day
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.
Pibb
Comments: 30
 
mIRC Snippet:  !headshot
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.
Pibb
Comments: 30
 
mIRC Snippet:  !headshot
Posted on Jul 21, 2006 10:50 pm
Just looking at the code at this part.

kick $chan $24 BOOM HEADSHOT BITCH!1

I think you might want a space between $2 and the color scheme.
Noutrious
Comments: 343
 
mIRC Snippet:  !headshot
Posted on Jul 21, 2006 5:04 am
:: configure your name here
should be replaced with
;configure your name here;
to don`t hurt snippet.

Anyway, sorry, but another pretty stupid snippet, with these the archive is full.
Acid-Religion
Comments: 62
 
mIRC Snippet:  !headshot
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..
The Monster
Comments: 1
 
mIRC Snippet:  !headshot
Posted on Jul 20, 2006 7:04 am
Err dude i forgot something..

Your suppose to type \"!headshot [Name]\"
Brian
Comments: 10
 
mIRC Snippet:  !headshot
Posted on Jul 20, 2006 6:30 am
its kicking ever1 thats joining:s maby a idea !headshot <name> then if he is hitted he get kicked if he is missed he dont get kicked?
Bottom