I’m currently learning how to handle a FiveM server, so I’m just attempting to master the basics. I understand that through basic scripting, that I could possibly place a ped (that is static, but performs an emote) behind the desk in the LS PD.

I want this ped to maybe hold a clipboard and wear LSPD attire. How would I go about doing this? Any hints? Thanks in advance :slight_smile:

I’m currently working with FiveM with the QBCore framework just in case you need to know.

I have used this one for quite some time. It’s standalone, and pretty easy to get around. If you don’t like this one, and easy search on GitHub should turn up something.

I’ve been working on a resource that does something sort of like this, though it’s not meant to be used alone.
It’s intended as the NPC base for other scripts to use.

1 Like

I’ve already did something a while ago to manage npc, so you can spawn them and play animation.

to add your new ped simply add it into the config file.

i did not test it but it should work fine.

1 Like

This works for sure, thanks for your help mate! I can finally populate the world ahah