Display only ID above player's name

Hello,

I would like to display only ID, actually I have only a DOT above head’s player. Any idea?

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

Regards,

1 Like

First off, are you using steam? I found out myself that steam names seem to be uneffected by name changing.