I thought to create a bool variables for all players (or just 1 variable using bits) and make it false in prethink then in touch forward to make it true and finally, in postthink to check if player touch the entity.
But both ways are not so good for server.
Do you know/Exist another way more efficient to do that?