Code: Select all
OnServerActivate
Called when a map starts and the server is ready to accept clients.
OnLevelInit
Called when a map starts.
i dont really understand the labeling.
wouldnt this be better:
Code: Select all
OnServerActivate
Server is ready to accept clients.
OnLevelInit
Called when a map starts.
why does OnServerActivate include the assertion of OnLevelInit?..