GM:Initialize
GM:Initialize()
Description
Called after the gamemode loads and starts.
No entities would be present at the time this hook is called, please see GM:InitPostEntity for a one time fire hook after all map entities have been initialized.
Example
"hi" will be printed to the console when the gamemode initializes.
Output:
Initialization hook called
and hi