Hide player’s name above tplayer’s head

Hello,

As I said in the title I’m looking for the script/function to hide name, I would like to only display ID’s player, I imagine I have to do this in the essenti al mode ?

while true do

	Wait( 1 )

	-- show blips
	for id = 0, 64 do

		if NetworkIsPlayerActive( id ) and GetPlayerPed( id ) ~= GetPlayerPed( -1 ) then

			ped = GetPlayerPed( id )
			blip = GetBlipFromEntity( ped )

			-- HEAD DISPLAY STUFF --

			-- Create head display (this is safe to be spammed)
			headId = Citizen.InvokeNative( 0xBFEFE3321A3F5015, ped, ('·'), false, false, "", false )

		end

	end

end
end)

I’m already looking for help on this, I have both Point/Name and ID, don’t know why. I would like to see only ID.

ok thanks, but I will have this in essentia.l too, it will make doublon right?