A C Cormorant — FiveM ped model preview
AnimalsPed

a_c_cormorant

A C Cormorant
Spawn Namea_c_cormorantDisplay NameA C CormorantHash0x56E29962CategoryAnimalsTypePed
local hash = GetHashKey("a_c_cormorant")
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)