A C Panther — FiveM ped model preview
AnimalsPed

a_c_panther

A C Panther
Spawn Namea_c_pantherDisplay NameA C PantherHash0xE71D5E68CategoryAnimalsTypePed
local hash = GetHashKey("a_c_panther")
RequestModel(hash)
while not HasModelLoaded(hash) do Wait(0) end
local ped = CreatePed(4, hash, coords.x, coords.y, coords.z, heading, true, false)
SetModelAsNoLongerNeeded(hash)