Csb Bryony — FiveM ped model preview
Online CharactersPed

csb_bryony

Csb Bryony
Spawn Namecsb_bryonyDisplay NameCsb BryonyHash0x7791ADDDCategoryOnline CharactersTypePed
local hash = GetHashKey("csb_bryony")
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)