Ig Agatha — FiveM ped model preview
Online CharactersPed

ig_agatha

Ig Agatha
Spawn Nameig_agathaDisplay NameIg AgathaHash0x6E99BFC8CategoryOnline CharactersTypePed
local hash = GetHashKey("ig_agatha")
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)