hello!
It is because I use an external DLL for sending and receiving entity (position and angle) update data. So I use NOSEND flag that stops all entity communication.
But when I use Ent_create with NOSEND flag, it creates an entity on the server but doesn’t create this entity on all connected clients.
If I run above post script on 4 computers as follow
On computer1, I run the above script in –sv mode.
On computer2, I run the above script in –cl mode. It can display this client entity.
On computer3, I run the above script in –cl mode. This time you can see that it doesn’t create computer2 entity on computer3.
On computer4, I run the above script in –cl mode. This time you can see that it doesn’t create both of the computer2 entity and the computer3 entity on computer4.
how do I use Ent_create with NOSEND flag can creates an entity on the server and on all connected clients?
Thanks for any advice on this problem.
Thanks already.
Last edited by nkl; 01/26/07 16:12.