Skip to content
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

Only 3 water cannons on Fire Truck can be used at the same time #3315

Closed
1 task done
idarrr opened this issue Feb 15, 2024 · 3 comments · Fixed by #3365
Closed
1 task done

Only 3 water cannons on Fire Truck can be used at the same time #3315

idarrr opened this issue Feb 15, 2024 · 3 comments · Fixed by #3365
Labels
bug Something isn't working

Comments

@idarrr
Copy link

idarrr commented Feb 15, 2024

Describe the bug

idk if this was intended but only 3 water cannons are spraying out the water
image

Steps to reproduce

  1. Spawn 5 Fire Trucks
  2. Warp 5 peds into each Fire Trucks
  3. Use setPedControlState(ped, "vehicle_fire", true)
  4. Only 3 water cannons are spraying out the water

Or use this resource:
watercannon.zip

  1. Goto coordinate 0, 0, 0,
  2. Start the resource

Version

Client: Multi Theft Auto v1.6-release-22388 (Windows)
Server: MTA:SA Server v1.6-release-22388 (Windows)

Additional context

No response

Relevant log output

No response

Security Policy

  • I have read and understood the Security Policy and this issue is not security related.
@idarrr idarrr added the bug Something isn't working label Feb 15, 2024
@FileEX
Copy link
Contributor

FileEX commented Apr 8, 2024

I don't think this can be considered a bug in the MTA. GTA SA has a coded water cannons limit of 3.

image

https://github.com/gta-reversed/gta-reversed-modern/blob/1b37b015fbda7957ebbc36dbe8d5e4a90ebb6891/source/game_sa/WaterCannons.h#L8

@Dark-Dragon
Copy link
Contributor

I don't think this can be considered a bug in the MTA. GTA SA has a coded water cannons limit of 3.
[...]

Well yeah, but by that logic for instance not being able to enter a vehicle as a passenger wouldn't be an issue either, because it's not in the singleplayer. In a singleplayer environment there is no need for more than a few water cannons to exist, but in the context of a multiplayer there is, so while it's not a bug, because it's working perfectly as intended when the code was written, it's a restriction MTA should try to lift if possible, because it will be perceived as an unintended side effect of the nature of turning a singleplayer game into a multiplayer one. So this issue definitely has a right to exist, at least from my perspective.

@FileEX
Copy link
Contributor

FileEX commented Apr 8, 2024

Yes, you are right, but a fundamental question should be asked here - Will increasing the limit not cause further, much bigger problems, such as crashes or bugs with effects? After all, for some reason the game developers introduced such a restriction. This needs to be checked carefully to be able to clearly answer the question of whether the MTA can increase the water cannon limit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants