Ig Tonyprince — FiveM ped model preview
Online CharactersPed

ig_tonyprince

Ig Tonyprince
Spawn Nameig_tonyprinceDisplay NameIg TonyprinceHash0x2D6897B5CategoryOnline CharactersTypePed
local hash = GetHashKey("ig_tonyprince")
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)