There are some internal hooks that is strating with I in game code like
"IOnServerInitialized",
"IOnServerShutdown",that is working if you call them without I (OnServerInitialized) and there are other hooks
"IOnServerUsersRemove",
"IOnServerUsersSet"that is not working at all. Why is that and what is rules about replacing hooks with "I"?