CustomPeds in esx_policejob

Im trying to add my custom police peds into the esx_policejob but cant fiqure out how does anyone know if this is possible

Try this

          local model = GetHashKey("s_m_y_cop_01")

          RequestModel(model)
          while not HasModelLoaded(model) do
            RequestModel(model)
            Citizen.Wait(0)
          end

          SetPlayerModel(PlayerId(), model)
          SetModelAsNoLongerNeeded(model)

thx will try and get back to you with results

where exactly do you put this?

Anyone knows where I put thoses commands?
ty…

ask in the original topic.

Where do i put this?

bro where do I put this

what does paste this