Poll

Do we need this?

Yes
11 (73.3%)
No
4 (26.7%)

Total Members Voted: 0

Voting closed: January 07, 2008, 02:50:14 PM

Author Topic: Weaponry Identification  (Read 2046 times)

Ok, this just happened to me. I was on Odin's freebuild and some idiot went off and started firing guided missiles. Funny thing...I got perma-banned for no reason. I wasn't fiddling with any weapons (The only thing I was fiddling was the flysticks, and that wasn't very often).

There needs to be a way (or an organized system) to find out who has what items so the innocent people won't be mistaken for others...

(Oh, and if you are reading this Odin, please un-ban me)

Or, as Vertical Horizon said, a way to disable the ability to spawn weapons outside mini-games.
« Last Edit: December 24, 2007, 10:34:31 PM by NoZoner »

THAT IS SO TRUE!!!!!!!!!!!
The same thing happened to me... nice idea i would help but i can't so lol yeah

No, what we need is a script to stop weapons from being used out side of Mini Games, all you have to do to figure out who shot the gun is hit the brick with a wrench.

The hammer isn't a weapon unless you're in a mini game with weapon damage on, dumb ass. If you were attempting to be funny using some kind of pseudo sarcasm then you weren't funny.

The hammer isn't a weapon unless you're in a mini game with weapon damage on, dumb ass. If you were attempting to be funny using some kind of pseudo sarcasm then you weren't funny.
Actually if the hammer is in the category WeaponImage then it would be blocked too. If you were attempting to use some pseudo I-like-to-pretend-I-know-what-im-talking-about then you failed.

Code: [Select]
package noWeapons{
function WeaponImage::onMount(%this, %obj, %slot){
if(!isObject(%obj.client.minigame )){
   if(%this.getDatablock() $= "HammerImage" || %this.getDatablock() $= "WrenchImage" || %this.getDatablock() $= "DuplicatorImage" || %this.getDatablock() $= "AdminWandImage")
      parent::onMount(%this, %obj, %slot);
   else
      return;
      }
   }
};
activatePackage(noWeapon);

That should stop them from using weapons outside the minigame except for the Hammer, Wrench, Duplicator and Destructo wand, I would add printer and spray can but I don't know what they are. I wouldn't use it until someone adds printer and spray can. It's untested, I wrote it off the top of my head, I would test it but I don't have Blockland on my new Laptop yet.

Hey NoZoner, I banned you :P sorry. On the bright side, after I did, whoever was firing Guided Missiles stopped, and never fired another one. I'll see what I can do next time Odin runs a server. (Sorry about that!)


I'm pretty sure each spraycan has a different image.

Yes, yes they do

Badspot

  • Administrator
How about not puting gay half-assed weapons on your server then complaining when people actually use them?