plugin_init
- Синтаксис
-
forward plugin_init();
Переменная | Описание |
---|---|
Нет агрументов |
- Описание
- Called just after server activation.
- Пометка
-
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.
- Возвращает
- Форвард игнорирует возвращаемое значение.