Home   Help Search Login Register  

Author Topic: keeping in sync?  (Read 1399 times)

0 Members and 1 Guest are viewing this topic.

Ikhi

  • Guest
keeping in sync?
« on: 09 Jun 2006, 20:26:00 »
The compulsory: Sorry for being a noob, and asking things that propably have already been asked a million times, but none the less could not be found with the search function.

I read the sticky on the top and it really was helpfull, but it also left me puzzled. How exactly should I communicate a games state among the clients? Say I camcreate or setradiomessage something on one client, and want it to appear on the others as well. What's the smartest way to do this? Handling it all through variables (communicated with publicVariable) that would then set off triggers seems a bit cumbersome (but would work?).
« Last Edit: 09 Jun 2006, 20:27:39 by Ikhi »

Offline Terox

  • Former Staff
  • ****
  • Follow the Sappers!
    • zeus-community.net
Re: keeping in sync?
« Reply #1 on: 10 Jun 2006, 17:47:38 »
if you want an object to be known on all clients and server and not just the client it was created on, use createvehicle, not camcreate


what specifically do you want to do??
Zeus ARMA2 server IP = 77.74.193.124 :2302
Teamspeak IP = 77.74.193.123

Ikhi

  • Guest
Re: keeping in sync?
« Reply #2 on: 12 Jun 2006, 13:09:42 »
setradiomessage, objstatus, sidechat...

Also does a trigger fire on all clients once it has been triggered on one? Say a trigger that is trigger with a radio message, for example. Once one client sends the message is the same trigger triggered on all clients?