Read the multiplayer tuts, wait for the last one. Code examples wont help you for online games dev. You have to understand the logic.
If you create an object locally you have to create it for every peer. If a peer shoot a bullet, create it locally, then send a message to the host who will send the message to the others peer. And for every modifications you made on an object do the same.