271
Drama / Re: The sub Hacking?
« on: January 29, 2008, 04:15:20 PM »
..They pranked you WITH false information?
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
I first told her to die in a car fire
--------------------------------------------------------------------------------
Blacklisted.txt (1.97 KB - downloaded 161 times.)
$script1 = true;
$script2 = false;
package script1
{
function serverCmdscript1(%client)
{
echo(script1);
}
};
if($script1)
{
activatePackage(script1);
}
package script2
{
function serverCmdscript1(%client)
{
echo(script22);
}
};
if($script2)
{
activatePackage(script2);
}