mIRC Snippet:
Mp3 broadcasting
Posted on Oct 21, 2007 7:59 pm
Posted on Oct 21, 2007 7:59 pm
Interesting idea. I'll think about that. Anyway, thanks for your feedback.
mIRC Snippet:
Bot variables manager
Posted on Oct 21, 2007 7:35 pm
Posted on Oct 21, 2007 7:35 pm
Thanks Zsadist. Updating it now.
mIRC Snippet:
Bot variables manager
Posted on Oct 21, 2007 6:51 pm
Posted on Oct 21, 2007 6:51 pm
But other than that it is well done
mIRC Snippet:
Bot variables manager
Posted on Oct 21, 2007 6:50 pm
Posted on Oct 21, 2007 6:50 pm
First off, not to critisize, but, for the on *:text: You need to make it on *:text:!addvariable *: instead, because then someone can just easily !addvariabledkhjdfd and it would still work :(
mIRC Snippet:
Mp3 broadcasting
Posted on Oct 21, 2007 1:58 pm
Posted on Oct 21, 2007 1:58 pm
you did a pretty through hob with this. nice job on this snippet will be useful for my mp3 player. I do wish there was an option to message it or describe it to the active channel; instead of amsging it.
mIRC Snippet:
Ini <-> Hash table
Posted on Oct 18, 2007 6:08 am
Posted on Oct 18, 2007 6:08 am
It will have increased your scripting ability nonetheless. :)
mIRC Snippet:
Ini <-> Hash table
Posted on Oct 18, 2007 5:44 am
Posted on Oct 18, 2007 5:44 am
Hmm... never knew that before lol. ^^ Guess I just overcomplicated a built-in feature of mIRC then. ;)
mIRC Snippet:
XteNsion mp3
Posted on Oct 18, 2007 5:33 am
Posted on Oct 18, 2007 5:33 am
actually heres screenie http://img512.imageshack.us/my.php?image=dialogms1.png
mIRC Snippet:
XteNsion mp3
Posted on Oct 18, 2007 5:28 am
Posted on Oct 18, 2007 5:28 am
nice one, am making an mp3 player myself, used PSPro to make a skin for it, and it relies on $mouse.x and $mouse.y to determine whatits doing =) look pretty sweet actually, and my first one.. might try get a screenie up soon and maybe the code,depends how much time i get, starting new job this week.
mIRC Snippet:
Ini <-> Hash table
Posted on Oct 17, 2007 11:36 pm
Posted on Oct 17, 2007 11:36 pm
You simply do this with /hload & /hsave using the switch "-i".
The -i switch treats the file as an ini file. You can specify an optional section name after the filename.
/hload -sbni <name> <filename> [section]
/hsave -sbniau <name> <filename> [section]
Load or save a table to/from a file.
;)
The -i switch treats the file as an ini file. You can specify an optional section name after the filename.
/hload -sbni <name> <filename> [section]
/hsave -sbniau <name> <filename> [section]
Load or save a table to/from a file.
;)
mIRC Snippet:
Hash table item(s) info
Posted on Oct 17, 2007 4:53 pm
Posted on Oct 17, 2007 4:53 pm
rofl. Nah that was on purpose. ;)
mIRC Snippet:
Hash table item(s) info
Posted on Oct 17, 2007 4:34 pm
Posted on Oct 17, 2007 4:34 pm
U FORGOT TO TURN CAPS LOCK OFF :)
mIRC Snippet:
Ini <-> Hash table
Posted on Oct 17, 2007 3:44 pm
Posted on Oct 17, 2007 3:44 pm
Code has been updated, thanks.
mIRC Snippet:
Ini <-> Hash table
Posted on Oct 17, 2007 2:06 pm
Posted on Oct 17, 2007 2:06 pm
| Code: |
| if ($1 && $2 && $3) { |
just do
| Code: |
if ($3) { |
cuz if theres $3, theres automatically $1 and $2
mIRC Snippet:
XteNsion mp3
Posted on Oct 17, 2007 12:29 am
Posted on Oct 17, 2007 12:29 am
Update: Fixed a minor bug when manually scrolling the mp3. ;)
mIRC Snippet:
/hview
Posted on Oct 14, 2007 7:25 pm
Posted on Oct 14, 2007 7:25 pm
you should be inputting a table name, and it should check but I will update it. =/
mIRC Snippet:
/hview
Posted on Oct 14, 2007 7:13 pm
Posted on Oct 14, 2007 7:13 pm
i get error if i dont input anything into the boxes
make it so it only goes to storage size if i input a table name
make it so it only goes to storage size if i input a table name
| Code: |
| var %x = $$?="Table Name?" if (%x) { hmake %x $$?="Size?" } |
mIRC Snippet:
/hview
Posted on Oct 14, 2007 7:06 pm
Posted on Oct 14, 2007 7:06 pm
Updated:
| Quote: |
| /hview (hash) - lists all items in the table in the new window, giving you the option to remove or add the items /hview - lists all hash tables, giving you the option to release them or make new ones. ;) |





