pfn_spawn
Syntax
forward pfn_spawn(entid);
Usage
| Parameter | Description |
|---|---|
| entid | Entity index |
Description
Called when an entity is spawned.
Return
PLUGIN_CONTINUE to ignore, PLUGIN_HANDLED or higher to block
forward pfn_spawn(entid);
| Parameter | Description |
|---|---|
| entid | Entity index |
Called when an entity is spawned.
PLUGIN_CONTINUE to ignore, PLUGIN_HANDLED or higher to block