2. If a CBaseEntity or derived class has no model, it will not be transmitted to the server.
If you want a CBaseEntity to be replicated onto the client so you can do things like Spawn(), ClientThink() without having a model. Put this in the Spawn function on the Server. AddEFlags( EFL_FORCE_CHECK_TRANSMIT ); _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlcoders

