native
rg_remove_entity
Syntax
native rg_remove_entity(const pEntity);
Description
Removes an entity using gamedll's UTIL_Remove function, which sets a frame delay to ensure its removal.
Parameters
| pEntity | Entity index to remove |
|---|
Return
1 on success, 0 otherwise