You really need to update the documentation as soon as you touch the functions, otherwise you will forget, believe me, I've been there. It pays to be stringent with self about this.
Similar thing - before committing anything, check the changes you made by comparing each file with the original (dblclick in TortoiseSvn's Commit dlg). I've almost committed so many blunders, this saved my dignity
The exp orbs will be spawned client-side, but the server won't be tracking them, you need to first create an object (a cEntity descendant) to represent the orbs in the server. Then that object's SpawnOn() method should call the SendExperienceOrb() function.
Similar thing - before committing anything, check the changes you made by comparing each file with the original (dblclick in TortoiseSvn's Commit dlg). I've almost committed so many blunders, this saved my dignity
The exp orbs will be spawned client-side, but the server won't be tracking them, you need to first create an object (a cEntity descendant) to represent the orbs in the server. Then that object's SpawnOn() method should call the SendExperienceOrb() function.