esx_deliveries icon indicating copy to clipboard operation
esx_deliveries copied to clipboard

Female ped keeps having the same drawables and textures as the male ped

Open YxngRxkker opened this issue 3 years ago • 4 comments

I've been trying to change the drawables and textures for the female ped but they keep getting the same drawables and textures from the male ped, even after changing the female ped outfit in the config.lua.

Do you have a clue what's wrong?

YxngRxkker avatar Feb 11 '22 18:02 YxngRxkker

is this job still being monitored? Cuz it looks amazing and i would love to use it.

YxngRxkker avatar Feb 13 '22 11:02 YxngRxkker

Any idea on how to fix it?

YxngRxkker avatar Feb 24 '22 11:02 YxngRxkker

Try to add a new line:

print(IsPedMale(playerPed))

in client/main.lua line 36

Then go to start a delivery job and see what will print in the F8 console.

kasuganosoras avatar Feb 24 '22 12:02 kasuganosoras

Hi again,

I've done exactly what you've said and this is what my console gives me:

image

It gives me the number one, which i think is saying that it's a Male ped, even tho the ped is female

YxngRxkker avatar Feb 24 '22 14:02 YxngRxkker