Show Posts

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.


Messages - Masterlegodude

Pages: 1 ... 3329 3330 3331 3332 3333 [3334] 3335 3336 3337 3338 3339 ... 3493
49996
Help / Re: Mini-Game damage issue
« on: September 03, 2007, 05:47:44 AM »
Oh, my bad, sorry

49997
Off Topic / Re: True or false statement?
« on: September 03, 2007, 04:59:51 AM »
False

The next person is tired

49998
Off Topic / Re: True or false statement?
« on: September 03, 2007, 04:37:08 AM »
False

The next person posted here

49999
Help / Re: Mini-Game damage issue
« on: September 03, 2007, 04:36:00 AM »
I found it out, it's my shield, it has the Projectile code that changed all projectiles to do 0 damage, so just either delete the Item_Shield.cs and its .dts and item icon, or just uncheck it in the Add-Ons window

Here's the code that breaks the projectile damage :(
Code: [Select]
function ProjectileData::damage(%this,%obj,%col,%fade,%pos,%normal)
 {
  if(%col.getMountedImage(1) !$= nametoID(shieldfrontimage) || (%col.getClassname() !$= "Player" && %col.getClassname() !$= "AIPlayer")){
  Parent::damage(%this,%obj,%col,%fade,%pos,%normal);return;
  }
  else
  {
   %damLoc = %col.getDamageLocation(%pos);
   if(getword(%pos, 2) > getword(%col.getWorldBoxCenter(), 2) - 3.3 || getword(%pos, 2) < getword(%col.getWorldBoxCenter(),2) - 4.4 || strstr(%damLoc, "left") $= "-1")
   {
    Parent::damage(%this,%obj,%col,%fade,%pos,%normal);return;
   }
   else
   {
    return;
   }
  }
 }
};

50000
Off Topic / Re: True or false statement?
« on: September 03, 2007, 04:19:40 AM »
False

The next person will make word 2 to word 1 and word 1 to word 2 and create a paradox that will blow up the universe

50001
Off Topic / Re: True or false statement?
« on: September 03, 2007, 03:50:51 AM »
False

The next person will say false but write true because they see this question and thing true when the answer is realy false but you don't know that it is false so it could be false or true so you pick false because you think true is false and true is true so you say true

50002
Off Topic / Re: True or false statement?
« on: September 03, 2007, 01:31:41 AM »
False

The next person will dance

50003
Off Topic / Re: True or false statement?
« on: September 02, 2007, 11:17:44 PM »
Caek! :D

The next person knows what weapon i'm working on

50004
Help / Re: Mini-Game damage issue
« on: September 02, 2007, 11:14:18 PM »
Don't got that mod

50005
Modification Help / Re: What's with my Milkshape 3D?
« on: September 02, 2007, 11:12:35 PM »
Well, when i was making my weapon, it was fine, but when i closed it and opened it back up, it wasn't normal anymore

50006
Off Topic / Re: True or false statement?
« on: September 02, 2007, 09:31:08 PM »
False

The next person seriously lol'd at this video http://www.youtube.com/watch?v=LzSWdj4izHM

50007
Off Topic / Re: True or false statement?
« on: September 02, 2007, 08:47:59 PM »
False

The next person will help me with my MS3D problem (In General Modification Help)

50008
Modification Help / What's with my Milkshape 3D?
« on: September 02, 2007, 07:57:52 PM »
For some reason the shapes Plane and Cylinder turn out completely black, move this topic if its in the wrong section

50009
Off Topic / Re: True or false statement?
« on: September 02, 2007, 07:05:32 PM »
False

The next person has pylons

50010
Help / Re: Mini-Game damage issue
« on: September 02, 2007, 07:04:37 PM »
I got the same problem, only rockets kill, and headshots don't kill, i installed RBL on the PC downstairs and it was fine, until i got some mods, i think it's either the bot mod, or some other mod

Pages: 1 ... 3329 3330 3331 3332 3333 [3334] 3335 3336 3337 3338 3339 ... 3493