brp-fivem-appearance
brp-fivem-appearance copied to clipboard
Error log
I just wanted to add that this is triggered when you press the button to turn the ped around.
Anyone have fix this issue? i have the somes problem!
Hey i just fixed this problem, you need to modify the index.ts in the folder srx/client/modules/customization Search for this function: export function pedTurnAround(ped: number):
Change all that function to:
export function pedTurnAround(ped: number): void { reverseCamera = !reverseCamera; TaskGoStraightToCoord(ped, playerCoords.x, playerCoords.y, playerCoords.z, 8.0, -1, GetEntityHeading(ped) - 180, 0.1,); }
Recompile all and Enjoy!