How Do you get npc Butchers

i was wondering how you get npc butchers at the butchers table if somebody could help me out that will be great

I think something like this would work (assuming all these natives work in RedM):

local npc = CreatePed(pedType, modelHash, x, y, z, heading, isNetwork, netMissionEntity)
FreezeEntityPosition(npc, true)
SetEntityInvincible(npc, true)
SetBlockingOfNonTemporaryEvents(npc, true)

Not sure what the correct pedType and modelHash of the butcher npc is. Also you’re probably going to want to put his in a loop so you can spawn multiple butchers at different locations. Good luck! :+1: