plugin_init

Syntax

forward plugin_init();

Description

Called just after server activation.

Note

Good place to initialize most of the plugin, such as registering
cvars, commands or forwards, creating data structures for later use, or
generating and loading other required configurations.

Return

This forward ignores the returned value.