rg_find_ent_by_owner

Syntax

native rg_find_ent_by_owner(&start_index, const classname[], owner);

Usage

start_index
Entity index to start searching from. -1 to start from the first entity
classname
Classname to search for

Description

Finds an entity in the world using Counter-Strike's custom FindEntityByString wrapper, matching by owner.

Return

1 if found, 0 otherwise