Csb Sessanta — FiveM ped model preview
Online CharactersPed

csb_sessanta

Csb Sessanta
Spawn Namecsb_sessantaDisplay NameCsb SessantaHash0xD3BAC7E0CategoryOnline CharactersTypePed
local hash = GetHashKey("csb_sessanta")
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)