getVehicleSirens() returns an empty table for vehicles that have default sirens #4175
Open
1 task done
Labels
bug
Something isn't working
Describe the bug
If you use
getVehicleSirens
orgetVehicleSirenParams
with a Police vehicle or any other vehicle that has sirens by default, you will get the default tables (getVehicleSirens
will return{}
andgetVehicleSirenParams
will return{ Flags = { ["360"] = false, DoLOSCheck = false, Silent = false, UseRandomiser = false }, SirenCount = 0, SirenType = 0 }
).They should return the values of the default sirens. My use case is to use this coordinates to create new dynamic lights.
Steps to reproduce
This will return
{}
This will return the other long table with default values.
Same clientside with
/crun
Version
Client: Multi Theft Auto v1.6-release-23088
Server: MTA:SA Server v1.6-release-22953
Additional context
No response
Relevant log output
Security Policy
The text was updated successfully, but these errors were encountered: