A C Rottweiler — FiveM ped model preview
AnimalsPed

a_c_rottweiler

A C Rottweiler
Spawn Namea_c_rottweilerDisplay NameA C RottweilerHash0x9563221DCategoryAnimalsTypePed
local hash = GetHashKey("a_c_rottweiler")
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)