Ethorbit, I think he was more than clear enough with his request..
undercoverorange, it's not difficult at all.
add the following code to a file and place that file in:
garrysmod/lua/autorun/client
AddCSLuaFile()
function GM:HUDDrawTargetID()
return false
end
or simply insert the following code into your gamemode's cl_init.lua file:
function GM:HUDDrawTargetID()
return false
end