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