AMX Mod X API Documentation

Signature
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
Returns

1 on success, 0 otherwise

Назад
Верх