B3none / csgo-retakes-autoplant

Automatically plant the bomb at the start of the round. This will work with all versions of the Retakes plugin.
70 stars 10 forks source link

Bomb Planting #5

Closed AleCTC closed 4 years ago

AleCTC commented 4 years ago

Describe the bug Adding custom coordinates using cl_showpos 1 in the retake by splewis (https://github.com/splewis/csgo-retakes), makes the bomb plant in the air.

To Reproduce Steps to reproduce the behavior: Just add a custom location using the command mentioned above, and the plant from the autoplant will end up above the player on the new position.

Additional context Would be nice if the bomb could fall to the ground by itself.

B3none commented 4 years ago

This has been a bug for a while! I'll see about looking into it, would you be able to test updates I make?

It might be worth testing a few more solutions such as - https://forums.alliedmods.net/showpost.php?p=2239502&postcount=2

AleCTC commented 4 years ago

Sure thing, add me on steam if you need the help to be quick. https://steamcommunity.com/id/Koga73/

B3none commented 4 years ago

Here's a test branch - https://github.com/b3none/retakes-autoplant/blob/ground-bomb/scripting/retakes_autoplant.sp

B3none commented 4 years ago

fixed by #6