brp-fivem-appearance icon indicating copy to clipboard operation
brp-fivem-appearance copied to clipboard

Error log

Open ninny2104 opened this issue 3 years ago • 3 comments

Immagine 2021-08-06 131355

ninny2104 avatar Aug 06 '21 11:08 ninny2104

I just wanted to add that this is triggered when you press the button to turn the ped around.

image

TheRealRSG avatar Aug 09 '21 01:08 TheRealRSG

Anyone have fix this issue? i have the somes problem!

vRhynos avatar Aug 14 '21 22:08 vRhynos

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!

vRhynos avatar Aug 17 '21 21:08 vRhynos