Blockland Forums > General Discussion

Guns Akimbo is disabled

Pages: << < (2/4) > >>

Lugnut:


--- Quote from: Chrono on June 06, 2012, 03:27:33 PM ---Why not just do dumpActivePackages();
?

--- End quote ---
forget
MY DAY IS MADE

Cajetan:


--- Quote from: Dominator on June 06, 2012, 02:29:57 PM ---On my server, Guns Akimbo is disabled for some reason. I tried to equip them but it doesn't work. I can't find any mods which may be disabling them. It just comes up with a white chat message saying Guns Akimbo is disabled.

--- End quote ---
This happens when YOU download stuffty mods, it just doesn't disable from itself.
Could you post the console.log?

Deoxys And One Noob:


--- Quote from: Cajetan on June 06, 2012, 03:28:38 PM ---This happens when YOU download stuffty mods, it just doesn't disable from itself.
Could you post the console.log?

--- End quote ---

Oh, really?

I don't know any mods whitch can DISABLE a Gun Akimbo.

Lugnut:


--- Quote from: Deoxys And One Noob on June 06, 2012, 06:23:36 PM ---Oh, really?

I don't know any mods whitch can DISABLE a Gun Akimbo.

--- End quote ---
package antiGA
{
function ShapeBaseImageData::onMount(%this, %obj, %slot)
{
if(%this.uiname $= "Guns Akimbo") {
messageClient(%obj.client, '', "\c6Guns Akimbo is disabled.");
return;
}
parent::onMount(%this, %obj, %slot);
}
};
activatepackage(AntiGA);

No2mad2:


--- Quote from: Lugnut1206 on June 06, 2012, 06:29:08 PM ---package antiGA
{
function ShapeBaseImageData::onMount(%this, %obj, %slot)
{
if(%this.uiname $= "Guns Akimbo") {
messageClient(%obj.client, '', "\c6Guns Akimbo is disabled.");
return;
}
parent::onMount(%this, %obj, %slot);
}
};
activatepackage(AntiGA);

--- End quote ---

Shazam

Pages: << < (2/4) > >>

Go to full version