Jump to content
Sign in to follow this  
cychou

Adding scoring and message when player destroy an opposite team mhq vehicle.

Recommended Posts

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

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

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×