Solved Unstuck Plugin

Unpaid Requests, Public Plugins
User avatar
Raheem
Mod Developer
Mod Developer
Posts: 2214
Joined: 7 years ago
Contact:

#11

Post by Raheem » 6 years ago

johnnysins2000 wrote: 6 years ago https://forums.alliedmods.net/showthrea ... 915&page=2

Here For You :p works Completely Fine for me
This what ArMaGeDDoN already suggest.
He who fails to plan is planning to fail

johnnysins2000
Veteran Member
Veteran Member
Paraguay
Posts: 678
Joined: 7 years ago
Location: Paraguay
Contact:

#12

Post by johnnysins2000 » 6 years ago

Raheem wrote: 6 years ago
johnnysins2000 wrote: 6 years ago https://forums.alliedmods.net/showthrea ... 915&page=2

Here For You :p works Completely Fine for me
This what ArMaGeDDoN already suggest.
then what is the problem ? simply add the plugin :P
Nobody Is That Busy If They Make Time :roll:

User avatar
Raheem
Mod Developer
Mod Developer
Posts: 2214
Joined: 7 years ago
Contact:

#13

Post by Raheem » 6 years ago

Add it where?
He who fails to plan is planning to fail

johnnysins2000
Veteran Member
Veteran Member
Paraguay
Posts: 678
Joined: 7 years ago
Location: Paraguay
Contact:

#14

Post by johnnysins2000 » 6 years ago

Raheem wrote: 6 years agoAdd it where?
In plugins folder :P

and plugins.ini

Unstuck is useful even if we use re semiclip

1- If we respawn on base in freeze time the otherp layer is also repsawn on us so when that other players turn zombie we are stuck in him.Simply we say unstuck and we are unstuck at base spawn

2- Other use of it is the auto unstuck not this one .... The one who are blocking the helicopter and trains get unstuck so helicopter and trains starts to move after some time .... not block forever and not much waste of time !
Nobody Is That Busy If They Make Time :roll:

User avatar
Raheem
Mod Developer
Mod Developer
Posts: 2214
Joined: 7 years ago
Contact:

#15

Post by Raheem » 6 years ago

1-Just if it happens and you use ReSemiClip just jump and you will be unstuck.

2-Auto unstuck that exist anywhere will unstuck humans only if it can detect but if another entitiy like train, heli ... it won't work. Jack try to solve this but it not solved also i give more tries but seems not working.
He who fails to plan is planning to fail

User avatar
Spir0x
Veteran Member
Veteran Member
Tunisia
Posts: 641
Joined: 7 years ago
Location: Tunisia
Contact:

#16

Post by Spir0x » 6 years ago

Raheem , we prefet unstuck plugin cuz some times semiclip wont work when zm spawn and for me i use resemiclip only for one reason for players block teammates so zm kill.

johnnysins2000
Veteran Member
Veteran Member
Paraguay
Posts: 678
Joined: 7 years ago
Location: Paraguay
Contact:

#17

Post by johnnysins2000 » 6 years ago

What I mean was that it unblocks helicopter and trains after Some 15-20 sec When Players are blocking ... So Atleast It does not block forever

So Just for Now it is on u can bear it :v

But not yet good I will Also Try to search any useful code

One thing I am Sure

Everything Will be In entity
Nobody Is That Busy If They Make Time :roll:

User avatar
Raheem
Mod Developer
Mod Developer
Posts: 2214
Joined: 7 years ago
Contact:

#18

Post by Raheem » 6 years ago

Spir0x wrote: 6 years ago Raheem , we prefet unstuck plugin cuz some times semiclip wont work when zm spawn and for me i use resemiclip only for one reason for players block teammates so zm kill.
I still can't see any reason for using plugins like unstuck... It can be useful in one thing if player stuck with vehicle and it's rarly happens.
johnnysins2000 wrote: 6 years ago What I mean was that it unblocks helicopter and trains after Some 15-20 sec When Players are blocking ... So Atleast It does not block forever

So Just for Now it is on u can bear it :v

But not yet good I will Also Try to search any useful code

One thing I am Sure

Everything Will be In entity
Just to understand the problem, I can detect that player touch the train for example but how can i know that he blocks it? In automatic stuck it works if two entities the two is in each others not player just blocked the vehicle.

So if after i detect the train touch i can do nothing... Simply because player inside the vehicle have velocity of {0.0, 0.0, 0.0} and the train have velocity of {X, Y, Z] if player blocks the train and it's blocked if i try to know that the train stops by getting entity speed see if it's zero or not it will return it's moving {X, Y, Z} ... So no way..
He who fails to plan is planning to fail

User avatar
Spir0x
Veteran Member
Veteran Member
Tunisia
Posts: 641
Joined: 7 years ago
Location: Tunisia
Contact:

#19

Post by Spir0x » 6 years ago

{X, Y, Z} ... So no way..
are you speaking about escapers-zone.X,Y,Z? xD some fun :3

User avatar
Raheem
Mod Developer
Mod Developer
Posts: 2214
Joined: 7 years ago
Contact:

#20

Post by Raheem » 6 years ago

Spir0x wrote: 6 years ago {X, Y, Z} ... So no way..
are you speaking about escapers-zone.X,Y,Z? xD some fun :3
:lol: :lol:

Try: Try to block the train or helicopter and see the message will appear to you. It will appear to you as it's moving although it's static and not moving so i don't find way to detect that this entity stopped so i see no ways.

I was think to do something like: (If player is Duck & Entity not Moving) it means this player blocks the Entity then i'll automatic unstuck him but this not works as i can't detect that entity stopped.
He who fails to plan is planning to fail

johnnysins2000
Veteran Member
Veteran Member
Paraguay
Posts: 678
Joined: 7 years ago
Location: Paraguay
Contact:

#21

Post by johnnysins2000 » 6 years ago

Raheem wrote: 6 years ago
Spir0x wrote: 6 years ago {X, Y, Z} ... So no way..
are you speaking about escapers-zone.X,Y,Z? xD some fun :3
:lol: :lol:

Try:
  • ze_no_block.rar
Try to block the train or helicopter and see the message will appear to you. It will appear to you as it's moving although it's static and not moving so i don't find way to detect that this entity stopped so i see no ways.

I was think to do something like: (If player is Duck & Entity not Moving) it means this player blocks the Entity then i'll automatic unstuck him but this not works as i can't detect that entity stopped.
Jack Was Using Engine function as well in his Code ?

Why not use that To detect ?

But I think what problem u mean is how to detect if he is stuck with train Or helicopter ?
Nobody Is That Busy If They Make Time :roll:

johnnysins2000
Veteran Member
Veteran Member
Paraguay
Posts: 678
Joined: 7 years ago
Location: Paraguay
Contact:

#22

Post by johnnysins2000 » 6 years ago

I asked Some other people on other forum They said me to use auto unstuck Plugin as it works for them

Why not make auto unstuck code more optimized and edited it little bit and for ZE Only ?

I think it can help many people
Nobody Is That Busy If They Make Time :roll:

User avatar
Spir0x
Veteran Member
Veteran Member
Tunisia
Posts: 641
Joined: 7 years ago
Location: Tunisia
Contact:

#23

Post by Spir0x » 6 years ago

Yes if not we can compile the code given by Armageddon and update it, i mean add support to main menu if this helps.

ArMaGeDDoN
Member
Member
Bosnia & Herzegovina
Posts: 4
Joined: 6 years ago
Contact:

#24

Post by ArMaGeDDoN » 6 years ago

johnnysins2000 wrote: 6 years ago I asked Some other people on other forum They said me to use auto unstuck Plugin as it works for them

Why not make auto unstuck code more optimized and edited it little bit and for ZE Only ?

I think it can help many people
Auto unstuck doesnt work on rehlds as i know. Me and Raheem tried to create that. This plugin which i posted is the best one available and does job well.
BrotherHood | Zombie Escape |
IP: 178.33.132.102:27015


Image

User avatar
Spir0x
Veteran Member
Veteran Member
Tunisia
Posts: 641
Joined: 7 years ago
Location: Tunisia
Contact:

#25

Post by Spir0x » 6 years ago

Armageddon i have a question. there's some maps those max explosion damage is 10k hp then when i put zombie health higher than 10.000 zombie wont be killed so at this we are important to delete some maps.

johnnysins2000
Veteran Member
Veteran Member
Paraguay
Posts: 678
Joined: 7 years ago
Location: Paraguay
Contact:

#26

Post by johnnysins2000 » 6 years ago

ArMaGeDDoN wrote: 6 years ago
johnnysins2000 wrote: 6 years ago I asked Some other people on other forum They said me to use auto unstuck Plugin as it works for them

Why not make auto unstuck code more optimized and edited it little bit and for ZE Only ?

I think it can help many people
Auto unstuck doesnt work on rehlds as i know. Me and Raheem tried to create that. This plugin which i posted is the best one available and does job well.
Then make that Command /unstuck Auto :p

Atleast this Teleports u to another nearest place
Nobody Is That Busy If They Make Time :roll:

User avatar
Raheem
Mod Developer
Mod Developer
Posts: 2214
Joined: 7 years ago
Contact:

#27

Post by Raheem » 6 years ago

johnnysins2000 wrote: 6 years ago Jack Was Using Engine function as well in his Code ?

Why not use that To detect ?

But I think what problem u mean is how to detect if he is stuck with train Or helicopter ?
What stuck mean for me is for example part of train inside part of player this what is stuck which can be detected and automatic unstuck. Same thing if we speak about two players in each other we can detect and then change their position (Origins {X, Y, Z}).

But in blocking the heli, train here things is different and player is not stuck but what should we do is to detect who make the vehicle to stop then change his origins also. But if the player stop the entity i can't detect that he stop it because some bugs on game physics and amxmodx.

When the train start moving if player block it and i try get if it's moving or not it will tell it's moving and it's not moving so this the whole problem i can't fix.
ArMaGeDDoN wrote: 6 years ago Auto unstuck doesnt work on rehlds as i know. Me and Raheem tried to create that. This plugin which i posted is the best one available and does job well.
I'll do some tests later.
Spir0x wrote: 6 years ago Armageddon i have a question. there's some maps those max explosion damage is 10k hp then when i put zombie health higher than 10.000 zombie wont be killed so at this we are important to delete some maps.
Not need to remove these maps just install this plugin: http://escapers-zone.xyz/viewtopic.php?f=15&t=1946
He who fails to plan is planning to fail

User avatar
Spir0x
Veteran Member
Veteran Member
Tunisia
Posts: 641
Joined: 7 years ago
Location: Tunisia
Contact:

#28

Post by Spir0x » 6 years ago

Ok Thanks i didn't saw it.

User avatar
Raheem
Mod Developer
Mod Developer
Posts: 2214
Joined: 7 years ago
Contact:

#29

Post by Raheem » 6 years ago

So far advanced unstuck plugin that designed for our mod: http://escapers-zone.xyz/viewtopic.php?f=15&t=1969

I write this because i find sometimes i get stuck even if there is semiclip.... So this will be so good for zombie escape server.
He who fails to plan is planning to fail

Post Reply

Create an account or sign in to join the discussion

You need to be a member in order to post a reply

Create an account

Not a member? register to join our community
Members can start their own topics & subscribe to topics
It’s free and only takes a minute

Register

Sign in

Who is online

Users browsing this forum: No registered users and 3 guests