Ig Amanda — FiveM ped model preview
Story CharactersPed

ig_amanda

Ig Amanda
Spawn Nameig_amandaDisplay NameIg AmandaHash0x3CCE2F6FCategoryStory CharactersTypePed
local hash = GetHashKey("ig_amanda")
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)