Entity Problem
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. I hope that everyone understood me :) |
Re: Entity Problem
find_ent_by_model( -1, "func_breakable", "*19" )
|
Re: Entity Problem
But it does every time say me, that I'm on an another entity with the model index number 57 :E
|
Re: Entity Problem
|
Re: Entity Problem
Show your code, kadir.
|
Re: Entity Problem
Solved i had a small typo..
|
| All times are GMT -4. The time now is 13:40. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.