View previous topic :: View next topic |
Author |
Message |
Orion

Joined: 12 Jan 2007 Posts: 413 Location: Brazil
|
Posted: Wed Apr 25, 2007 11:40 pm Post subject: Did you know... |
|
|
...that LightningDamage() has a bug? This is why the shocked player don't raise in the air it he's on ground.
At LightningDamage(), you'll see something like (if (self.classname == "player")), change 'self' to 'from'. Between this statement's brackets you'll see something like (if (other.classname == "player")), change 'other' to 'trace_ent'. Then fight against other players (or bots) and you'll see'em raise into the air a lot fast!!
This is because 'other' won't work with traceline(), and the player don't raise into the air. _________________ There's no signature here. Stop looking for one. |
|
Back to top |
|
 |
Spike
Joined: 05 Nov 2004 Posts: 944 Location: UK
|
Posted: Thu Apr 26, 2007 2:01 am Post subject: |
|
|
I also know that this bug only exists in quakeworld and is great fun for shooting players with the lightning gun while standing on the secret door on dm6.
It raises the door into the air, with you on it. Its great fun. _________________ What's a signature? |
|
Back to top |
|
 |
|