ULX

Author Topic: ULX Rocket  (Read 40255 times)

0 Members and 1 Guest are viewing this topic.

Offline sabo

  • Full Member
  • ***
  • Posts: 136
  • Karma: 2
  • Hello :)
    • The Elite Gaming
Re: ULX Rocket
« Reply #45 on: June 23, 2013, 04:00:31 AM »
The same thing happens with slay (in TTT) so its not specific to this plugin.

You might have a problem with your slay command because mine works perfectly fine.

Offline ahref

  • Jr. Member
  • **
  • Posts: 62
  • Karma: 4
Re: ULX Rocket
« Reply #46 on: July 12, 2013, 01:17:09 PM »
I was reminiscing with my old friends about this addon and realized I have neglected it, Thank you so much TweaK for keeping it alive.

Offline Decicus

  • Hero Member
  • *****
  • Posts: 552
  • Karma: 81
    • Alex Thomassen
Re: ULX Rocket
« Reply #47 on: July 12, 2013, 01:24:39 PM »
There is a problem with the "fixed" version.

If you rocket someone up/down he flys and then dies (as planned).

But uppon death his camera freezes where he died and he is still in the 'alive' list and can talk to the people alive.

Talking about TTT Gamemode.

Does this not work with TTT or is this not ment for TTT in the first place?

Don't think it's supposed to work with TTT.
I believe the same thing happens with the built-in "ulx maul". TTT players will be considered "dead", but still be able to chat with other people alive and actually able to spectate.
Contact information:
E-mail: alex@thomassen.xyz.
You can also send a PM.

Offline Sgt.Blue

  • Newbie
  • *
  • Posts: 47
  • Karma: 2
Re: ULX Rocket
« Reply #48 on: March 31, 2014, 11:38:08 AM »
This doesn't appear in the ULX menu for me.

Offline Neku

  • Hero Member
  • *****
  • Posts: 549
  • Karma: 27
Re: ULX Rocket
« Reply #49 on: March 31, 2014, 03:03:43 PM »
Don't think it's supposed to work with TTT.
I believe the same thing happens with the built-in "ulx maul". TTT players will be considered "dead", but still be able to chat with other people alive and actually able to spectate.

This super late reply.

TTT doesn't handle you as just dead. When dying in TTT, you are set to dead and spectator.
So if someone would like to use this command in TTT, they would need to add a line of code to set them to spectator.
« Last Edit: April 22, 2014, 03:02:01 PM by Neku »
Out of the Garry's Mod business.

Offline pants

  • Newbie
  • *
  • Posts: 33
  • Karma: 4
Re: ULX Rocket
« Reply #50 on: April 01, 2014, 03:28:56 PM »
Hmm. that's odd it works fine on my TTT server and it's decked out with addons too

Offline Bytewave

  • Respected Community Member
  • Hero Member
  • *****
  • Posts: 718
  • Karma: 116
  • :)
    • My Homepage
Re: ULX Rocket
« Reply #51 on: April 01, 2014, 04:28:29 PM »
This super late reply.

TTT doesn't handle you as just dead. When dying in TTT, you are set to dead and spectator.
So if someone would like to use this command in TTT, they would need to add a line of code to set then to spectator.
This is actually a common bug with TTT- not just the code of this addon.
Fix:
Update your Garry's Mod installation; make sure to back up any custom content.
If that doesn't fix it, remove things one by one until you discern the offending script.
bw81@ulysses-forums ~ % whoami
Homepage

Offline Shalmendo

  • Newbie
  • *
  • Posts: 36
  • Karma: 1
Re: ULX Rocket
« Reply #52 on: April 22, 2014, 10:22:40 AM »
This doesn't appear in the ULX menu for me.

I second this. Not in the ULX gui under Fun, or any other category.

I'd fix it myself if I knew anything about scripting, coding, etc, but my hands are tied there.  The chat command still works, however.

Offline Neku

  • Hero Member
  • *****
  • Posts: 549
  • Karma: 27
Re: ULX Rocket
« Reply #53 on: April 22, 2014, 03:04:16 PM »
I second this. Not in the ULX gui under Fun, or any other category.

I'd fix it myself if I knew anything about scripting, coding, etc, but my hands are tied there.  The chat command still works, however.

If you place this in lua/autorun/server, then it won't appear in ulx.
Still works though.

Instead, put this in addon/AddonName/lua/ulx/modules/sh.
Out of the Garry's Mod business.

Offline PatPeter

  • Newbie
  • *
  • Posts: 14
  • Karma: -1
Re: ULX Rocket
« Reply #54 on: August 13, 2014, 06:37:23 PM »
This super late reply.

TTT doesn't handle you as just dead. When dying in TTT, you are set to dead and spectator.
So if someone would like to use this command in TTT, they would need to add a line of code to set them to spectator.

That's not the problem with this script. The problem is that it uses v:KillSilent() instead of v:Kill(). Replace those two in the script and it works in TTT.