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