2056
Drama / Re: i got banned from IRC
« on: July 30, 2011, 11:28:49 PM »I got banned for a week for slapping blockbot one time. Just wait, you'll probably be unbanned soon.I did too :o
Good thing I wasn't using my own computer at the time..
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 got banned for a week for slapping blockbot one time. Just wait, you'll probably be unbanned soon.I did too :o
I am definitely downloading this because this is most likely gonna be thrown into the FailBin.Get it while it's fresh.
loving herderdurp.Why would you need a completely useless script.
It's in coding help. Not Help. He wants coding for a script.
function WeaponImage::onFire(%this,%obj,%slot)
{
%obj.chargeSched = %obj.schedule(5000, WeaponCharged, %this, %obj, %slot);
%obj.ChargingWeapon = 1;
%obj.playThread(2, armAttack);
}
function WeaponCharged(%this,%obj,%slot)
{
%obj.setDamageLevel(0);
serverPlay3D(WeaponChargedFireSound, %obj.getPosition());
%obj.ChargingWeapon = 0;
serverCmdUnUseTool(%obj.client);
}
How would I do that? Because this isn't working.