Author Topic: has the tranqulizer been failed  (Read 2335 times)

omg i no wt u men. its totly unfair tat it net wor k enemoar

You may be the next well known idiot. I'm pretty sure it went in this order:

Toxichazard > Trainman > GreenBH > Deathrider?

Anyways, nobody cares if you hate spelling. People will not understand you unless you attempt to communicate properly.


i don't think it's broken...

You may be the next well known idiot. I'm pretty sure it went in this order:

Toxichazard > Trainman > GreenBH > Deathrider?

Anyways, nobody cares if you hate spelling. People will not understand you unless you attempt to communicate properly.

No

ToxicHazard > ToxicFlash > ToxicFlasher > Darren

i don't think it's broken...
your actually helping but when i shoot people the dont fall

your actually helping but when i shoot people the dont fall
Do you have skis enabled? I'm pretty sure you have to.

You need ski's enabled, what does the tranq act like? When you crash on ski's... Also, What are you trying to say, Its harder to read then a 2 year old reading a 393 page book with long words.

this is out of the tranqulizer folder i dont know if its imresearcht but it look likes it and ill turn off some add ons like zombies and others

forgot to add the thing

ok i did it with default add ons and it dident work i went lan the opend a new blockland and joind my game shot me and nofing happend i also did relays to sent a homing projectile at me so it dosent work so now this is to ask if someone can fix it ill c if i have skis they might not work stuff that might help

Holy stuff learn to talk.

im on my psp and the reseption in my room is 20% and it takes 4 ever so when i make a mistake it is too hard to fix eny way i did default add ons and just the tranqulizer and nothing
out of the .zip file


//we need the horse add-on for this, so force it to load
%error = ForceRequiredAddOn("Item_skis");

if(%error == $Error::AddOn_Disabled)
{
   //A bit of a hack:
   //  we just forced the horse to load, but the user had it disabled
   //  so lets make it so they can't select it
   HorseArmor.uiName = "";
}

if(%error == $Error::AddOn_NotFound)
{
   //we don't have the horse, so we're screwed
   error("ERROR: Weapon_tranquilizer - required add-on Item_skis not found");
}
else
{
   exec("./Weapon_tranquilizer.cs");
}