The Dink Network

Reply to Re: Black guy that looks like milder wont let me get with the bicthes, dawg.

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
March 19th 2011, 09:34 PM
dinkdead.gif
Hmm well you'll have to wait for someone who knows exactly where the files are kept on a Mac to come online

Or try a search for the file name, l4pimp.c. It's just a text file, so open it up and put a line break after that if (&kiddie == 0) like I showed above

Edit again:
Actually, to be 100% certain it will work, you might as well stick in some curly brackets too.
So, change the line from this:
if (&kiddie == 0) say_stop("I Am Not A Canine, God Dammit!", 1);

to this:
if (&kiddie == 0)
{
say_stop("I Am Not A Canine, God Dammit!", 1);
}