A C Killerwhale — FiveM ped model preview
AnimalsPed

a_c_killerwhale

A C Killerwhale
Spawn Namea_c_killerwhaleDisplay NameA C KillerwhaleHash0x8D8AC8B9CategoryAnimalsTypePed
local hash = GetHashKey("a_c_killerwhale")
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)