mp3 information
Please Register to submit score.
| Average Score | 3.0 |
| Scores Submitted | 3 |
| Date Added | Sep 26, 2007 |
| Last Updated | Oct 03, 2007 |
| Tags | info mp3 |
Introduction
mIRC Snippet:
mp3 information
Posted on Sep 26, 2007 10:01 pm
Posted on Sep 26, 2007 10:01 pm
these can come in handy with all those mp3 scripts
mIRC Snippet:
mp3 information
Posted on Oct 3, 2007 11:03 pm
Posted on Oct 3, 2007 11:03 pm
Just for cleaner code you should edit this
if ($isid) {
if ($inmp3) {
to
if ($isid) && ($inmp3) {
Just because you have no use for them to be seperated. Otherwise, good job :)
if ($isid) {
if ($inmp3) {
to
if ($isid) && ($inmp3) {
Just because you have no use for them to be seperated. Otherwise, good job :)
mIRC Snippet:
mp3 information
Posted on Oct 3, 2007 11:09 pm
Posted on Oct 3, 2007 11:09 pm
Thanks, fixing that right now.



