Talk:SetPedRotation: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 7: | Line 7: | ||
So please don't create confusion. | So please don't create confusion. | ||
The issue you are writing about may be related to [https://github.com/multitheftauto/mtasa-blue/issues/3554 this bug] | |||
-- [[User:FileEX|FileEX]] ([[User talk:FileEX|talk]]) 15:36, 08 September 2024 (UTC) |
Latest revision as of 16:42, 8 September 2024
This function is deprecated
This function works exactly the same as setElementRotation. In the source code it is one and the same function, just with a different name. Instead of setPedRotation, setVehicleRotation, setObjectRotation, all these functionalities have been combined into one setElementRotation function and the operation is exactly the same, because setElementRotation calls the same functions as setPedRotation in the case of peds.
So please don't create confusion.
The issue you are writing about may be related to this bug