Problem with ped in spawn

Hi guys, I’m writing here because I have a problem with the ped spawn.
I’m making a framework for my server and I wanted to put as main ped when you spawn the one from gta online that is “mp_m_freemode_01”.
I have tried editing both the fivem-map-hipster and fivem-map-skater folders like this:


image
image


But when I enter the server it doesn’t load the ped and I see myself invisible. If I kill myself and the game respawns the ped then it loads the skin.



I thought it was a problem with the map, which only allowed hipster and skater peds spawns so I put the standard settings back in the fivem-map-hipster and fivem-map-skater folders and created this code in my framework folder, but it gives me the exact same problem as before, it doesn’t load the character at the beginning but only after I’ve killed myself.


image


Can anyone help me?

In your clothing system, you will need to have that listen for playerSpawned and set default clothing when it happens.

Thank you very much man

1 Like

can you maybe help me and tell which clothing system ? i dont have any clothing system resource, i am new to making a server,