Quote:
Originally Posted by HamletEagle
Do you get any logs saying the native is disabled?
|
@Natsheh is in post
No, thanks for repply i forgot to read small note on this function:
Code:
Note
Unlike other mods CS keeps track of entities using a custom hashtable.
This function utilizes the hasthable and allows for considerably faster
classname lookup compared to the default FindEntityByString (used by
find_ent_by_owner() for example).
Note
This exclusively considers entities in the hashtable, created by the
game itself, using cs_create_entity(), or added via cs_set_ent_class()
IT is for entity created by these functions, it shoud be fine my mistake here
Im using now find_ent_by_owner of engine.inc
Ps. Have other way to find it than engine or fakemeta utils?
Thanks again
__________________