Csb Agent1 4 — FiveM ped model preview
Online CharactersPed

csb_agent14

Csb Agent1 4
Spawn Namecsb_agent14Display NameCsb Agent1 4Hash0xA2D50C57CategoryOnline CharactersTypePed
local hash = GetHashKey("csb_agent14")
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)