Csb Moodyman — FiveM ped model preview
Online CharactersPed

csb_moodyman

Csb Moodyman
Spawn Namecsb_moodymanDisplay NameCsb MoodymanHash0x36E57145CategoryOnline CharactersTypePed
local hash = GetHashKey("csb_moodyman")
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)