OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting Multiplayer => Topic started by: Mr.Peanut on 22 Dec 2004, 19:57:38

Title: Local command run on server?
Post by: Mr.Peanut on 22 Dec 2004, 19:57:38
One final MP question to add to my recent barrage.

What happens when commands that must be run on every client are instead run only on the server?

For example, Drop, Say, PlaySound, PlayMusic, Hint, SideChat, VehicleChat, are commands that must be run on each client to be seen/heard.  If these commands are run only on the server are their effects not seen/heard by anyone?

(if a tree falls in the forest...)
Title: Re:Local command run on server?
Post by: Artak on 22 Dec 2004, 20:02:20
You've got it figured out just right.
If only one machine executes a local command the rest won't get the consequences of that command.
Title: Re:Local command run on server?
Post by: Mr.Peanut on 23 Dec 2004, 01:47:28
Thank dog for that... :o