• Print

Author Topic: !unstuck command + prophunt hunter  (Read 30043 times)

0 Members and 1 Guest are viewing this topic.

Offline hej

  • Newbie
  • *
  • Posts: 9
  • Karma: 0
!unstuck command + prophunt hunter
« on: November 26, 2014, 02:58:28 am »
Hello you guys.

Let me start of by saying that this forum has been an is giving me so mutch support! keep it up, you are awesome!

So, im trying to find a plugin to PROP HUNT that helps you get unstuck with maby the command !unstuck or !stuck. I know facepunch has it but i can't acces that site.


second plugin im looking for is a plugin that blocks hunters from killing themself when they try to move ombject or walking into cars.

anyone know of this?

Offline Bytewave

  • Respected Community Member
  • Hero Member
  • *****
  • Posts: 718
  • Karma: 116
  • :)
    • My Homepage
Re: !unstuck command + prophunt hunter
« Reply #1 on: November 26, 2014, 07:02:00 am »
Well what a coincidence– I was just looking for an unstuck addon.

 here's the!unstuck addon for you.

As for addon two, yiu could probably do something like tbis:
Code: Lua
  1. hook.Add("CanPlayerSuicide", "NoSuicide", function(ply)
  2.     ply:ChatPrint;"Suicide is not an option. Use !unstuck if you're stuck.")
  3.     return false
  4. end)
Wrote that code with dilated pupils on a mobile phone with limited documentation– do NOT expect it to work 100%!
« Last Edit: November 26, 2014, 07:17:06 am by Bytewave »
bw81@ulysses-forums ~ % whoami
Homepage

Offline hej

  • Newbie
  • *
  • Posts: 9
  • Karma: 0
Re: !unstuck command + prophunt hunter
« Reply #2 on: November 26, 2014, 09:00:30 am »
I SALUTE you good sir!

What would be the command for this? im not very good at lua so what is the command for using it ingame?



EDIT:

It needed a server restart :)

Hey, Byteway maby we can help echother out, add me to steam please: balbinbalboa1993
« Last Edit: November 26, 2014, 09:07:27 am by hej »

Offline Bytewave

  • Respected Community Member
  • Hero Member
  • *****
  • Posts: 718
  • Karma: 116
  • :)
    • My Homepage
Re: !unstuck command + prophunt hunter
« Reply #3 on: November 26, 2014, 09:24:09 am »
I SALUTE you good sir!
Happy to help!

What would be the command for this? im not very good at lua so what is the command for using it ingame?
From line 143 of the script:
Code: Lua
  1. if ( text == "!unstuck" or text == "!stuck" or text == "/stuck" or text == "/unstuck" ) then
which tells me the commands you're looking for are !unstuck, !stuck, /stuck, and /unstuck.

It needed a server restart :)
Most addons do. :P

Hey, Byteway maby we can help echother out, add me to steam please: balbinbalboa1993
Maybe. I don't have a lot of spare time on my hands but y'know. :P

EDIT: Profile not found. Mind hotlinking me to it? :P
« Last Edit: November 26, 2014, 01:52:41 pm by Bytewave »
bw81@ulysses-forums ~ % whoami
Homepage

Offline hej

  • Newbie
  • *
  • Posts: 9
  • Karma: 0
Re: !unstuck command + prophunt hunter
« Reply #4 on: November 26, 2014, 10:04:47 am »
I kinda need help with some things if you are willing to help me with that?

I dont have much, but im willing to donate a little something for it  :)
« Last Edit: November 26, 2014, 10:08:52 am by hej »

Offline Bytewave

  • Respected Community Member
  • Hero Member
  • *****
  • Posts: 718
  • Karma: 116
  • :)
    • My Homepage
Re: !unstuck command + prophunt hunter
« Reply #5 on: November 26, 2014, 01:51:48 pm »
I kinda need help with some things if you are willing to help me with that?

I dont have much, but im willing to donate a little something for it  :)
I'll have to juggle some time, but I'll definitely see what I can do for you.
Hit me up at my Steam profile here.
bw81@ulysses-forums ~ % whoami
Homepage

Offline hej

  • Newbie
  • *
  • Posts: 9
  • Karma: 0
Re: !unstuck command + prophunt hunter
« Reply #6 on: November 26, 2014, 03:32:30 pm »
added :)

My "Friend List Name" is Kylväskan

  • Print