fivem icon indicating copy to clipboard operation
fivem copied to clipboard

Server side RPC native `SetPedHairColor` doesn't exist

Open xlogic1992 opened this issue 3 months ago • 2 comments

What happened?

Updated to the latest version of the server 8187 and the native no longer exists.

When looking at the documention for the client sided which still has SetPedHairColor (Ref: 0xBB43F090) and clicking the link to the server side version it takes me to SetPedHairTint (Ref: 0x4CFFC65454C93A49) however when using this too, it gives the same error about not existing.

image

image

Expected result

To be able to set the player hair colour from the server side without crashing.

Reproduction steps

  1. Download the latest version of the server or version 8187
  2. Try setting the ped hair colour server side using SetPedHairColor(index, colour, highlight) or SetPedHairTint(index, color, highlight)

Importancy

Crash

Area(s)

FXServer, OneSync

Specific version(s)

Server 8187 on both linux and windows

Additional information

Seems to be an issue with all artifacts from the last two or three months.

xlogic1992 avatar May 17 '24 14:05 xlogic1992