[WIP] Disable player blips on map

Wouldn’t something like this disable the trainer option for player blips on the map? Any help would be appreciated.

Citizen.CreateThread(function()
    while true do
		GetBlipFromEntity(false)
		GetBlipFromEntity(PlayerId(), false)
		Citizen.Wait(1)	
		end			 
end)

did this work for you?