Sgt.Spunkmeyer 14 Posted September 10, 2015 I think there is a problem with add scoring in Dedicated. So you can try adding PV EH in server using a Trigger to make it global, and cleaning that command in "Init.sqf." Ex: //Trigger on Editor [Once, Present] // CONDITION : EMPTY! // ON ACT: "Paddscore" addPublicVariableEventHandler {((_this select 1) select 0) addScore ((_this select 1) select 1)}; Now it should really work. Share this post Link to post Share on other sites
cychou 11 Posted September 10, 2015 I add this trigger to the mission via editor ? Share this post Link to post Share on other sites
Sgt.Spunkmeyer 14 Posted September 11, 2015 I add this trigger to the mission via editor ? Yes. Share this post Link to post Share on other sites
cychou 11 Posted September 11, 2015 I erased the line in init.sqf, I added a trigger with all the parameters you gave. the result work In Lan and hosted server, but not on dedicated server (launched with TADST). after some minutes the dedicated server crash, don't know why. Share this post Link to post Share on other sites
Sgt.Spunkmeyer 14 Posted September 12, 2015 I erased the line in init.sqf, I added a trigger with all the parameters you gave. the result work In Lan and hosted server, but not on dedicated server (launched with TADST). after some minutes the dedicated server crash, don't know why. No idea. It's working nice for me. Share this post Link to post Share on other sites