-
-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BUG: .rethrow throws molotov after throwing incendiary grenade #199
Comments
After some investigation, it seems this issue comes from CounterStrikeSharp labelling an incendiary grenade as "molotov_projectile". This is what I get from printing all the properties of the incendiary entity received in the function OnEntitySpawnedHandler:
|
I tried to reproduce this and I don't know if its related, but by my server crash every time I use .throw after throwing a molotov OR a incendiary. The same with .rethrowmolotov .throw works as intended for every other kind of nade. |
Hey! As you've pointed out, we get Due to this, I'm not sure if we can actually throw incendiary separately, because in the end the entity would be |
There is a rcon command for the Fire Spread. |
.rethrow command is throwing molotov grenade after throwing an incendiary grenade
The text was updated successfully, but these errors were encountered: