A C Sharktiger — FiveM ped model preview
AnimalsPed

a_c_sharktiger

A C Sharktiger
Spawn Namea_c_sharktigerDisplay NameA C SharktigerHash0x06C3F072CategoryAnimalsTypePed
local hash = GetHashKey("a_c_sharktiger")
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)