OFPEC Forum

Editors Depot - Mission Editing and Scripting => ArmA - Editing/Scripting Multiplayer => Topic started by: laggy on 06 Dec 2008, 15:12:18

Title: Global (editor placed) radio triggers NOT working on dedicated server.
Post by: laggy on 06 Dec 2008, 15:12:18
Hello, me again,

I have no understanding anymore, regarding this problem. I'm completely stuck and it's kind of embarrassing.
Global (editor placed) radio triggers are as far as I know supposed to work in dedi MP.

Radio Alpha Trigger
Repetedly
OnActivation: [] exec "myscript.sqs"

Extremely simple right, but it doesn't work at all in dedi MP.
Can someone please give me a hint or something?
I feel like a newbe again.

Sincerely,

Laggy
Title: Re: Global (editor placed) radio triggers NOT working on dedicated server.
Post by: i0n0s on 06 Dec 2008, 16:18:31
Are you the group leader?
Is a radio visible on the map?
Title: Re: Global (editor placed) radio triggers NOT working on dedicated server.
Post by: laggy on 06 Dec 2008, 16:24:30
Yes, I'm leader and the radio message is visible.

And everything works in SP of course.
Title: Re: Global (editor placed) radio triggers NOT working on dedicated server.
Post by: i0n0s on 06 Dec 2008, 17:05:51
So you can activate the trigger but nothing happens?
Title: Re: Global (editor placed) radio triggers NOT working on dedicated server.
Post by: laggy on 06 Dec 2008, 17:21:44
I can push it in the menu (the text flickers when my cursor moves over it) but nothing happens.
It is set on repetedly so it won't dissapear anyway.

I also just did a simple test in a mission.

Radio Alpha Trigger:
When used it shows a titletext message that is written in the triggers properties in the editor - That WORKS

Radio Bravo Trigger:
OnActivation: [] exec "testscript.sqs"
The testscript shows a titletext that is written in the script - That does NOT work
Works in editor of course.

Weird, seems like you can't exec external scripts in dedi MP from a radio trigger.

Laggy