Jump to content

[Making Tie Up] with a lil help of my friends.


juandayz

Recommended Posts

Hello,

I've installed this script, it work fine except a little bug: When a restrained player release herself with a knife, he is stuck on the pole (he can move, run, couch, shoot, etc... but always attached on the pole)

Only me has this bug ? And do you know how can i solve it ?

 

Thanks you

Link to comment
Share on other sites

6 hours ago, Jejeleponey said:

Hello,

I've installed this script, it work fine except a little bug: When a restrained player release herself with a knife, he is stuck on the pole (he can move, run, couch, shoot, etc... but always attached on the pole)

Only me has this bug ? And do you know how can i solve it ?

 

Thanks you

set

_AttachtoStick = true;	

in false. to not get attached to the pole.

 

And youre right. reading the script ,, we forgot write the deteach from stick.

if (_AttachtoStick) then {

  detach _body;};

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...