Can someone show me a way, how I can catch entities with a model name?
I want todo something if a player is on an entity called func_breakable.
Every entity got another model index number, so I want todo, if player is on func_breakable with the model index number *17 make function else func_breakable with the model index number *19 make this function etc.