
player_twoDisplay NamePlayer TwoHash0x9B810FA2CategoryStory CharactersTypePedlocal hash = GetHashKey("player_two")
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)