bool NetworkSpawn()

Summary

Spawn on the network. If you have permission to spawn entities, this will spawn on everyone else's clients and you will be the owner.

bool NetworkSpawn( NetworkSpawnOptions options )

Summary

Spawn on the network with the specified options. If you have permission to spawn entities, this will spawn on everyone else's clients.

bool NetworkSpawn( bool enabled, Connection owner )

Summary

Spawn on the network. If you have permission to spawn entities, this will spawn on everyone else's clients and the owner will be the connection provided.

bool NetworkSpawn( Connection owner )

Summary

Spawn on the network. If you have permission to spawn entities, this will spawn on everyone else's clients and the owner will be the connection provided.
people
Log in to reply
You can't reply if you're not logged in. That would be crazy.