OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting Multiplayer => Topic started by: StonedSoldier on 13 Dec 2004, 12:32:19

Title: Event Handler
Post by: StonedSoldier on 13 Dec 2004, 12:32:19
in the init.sqs i have,

man addeventhandler ["Killed",{[man] addaction ["Hide Body","hide.sqs]"]}]

anyway, when man dies the action to hide body only appears on the server, how do i make EH exec on all computers!
Title: Re:Event Handler
Post by: Platoon Patton on 13 Dec 2004, 17:19:14
Try with Player instead of man
Title: Re:Event Handler
Post by: StonedSoldier on 13 Dec 2004, 18:24:58
sorry, i should have pointed out this was for MP, the EH works fine on the server computers, but how do i make so that it execs on all clients