Ig Patricia — FiveM ped model preview
Story CharactersPed

ig_patricia

Ig Patricia
Spawn Nameig_patriciaDisplay NameIg PatriciaHash0xC56E118CCategoryStory CharactersTypePed
local hash = GetHashKey("ig_patricia")
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)