You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As you can see in the title, I want to know, how to change the radio speak distance via script/sqf.
I want that the radio goes over the whole map, without changing any config related files.
I mean the distance from channel to channel, not the direct voice.
I tried that already, but the range only got smaller: TF_speakerDistance = 1000; player setVariable ["tf_receivingDistanceMultiplicator", 100]; player setVariable ["tf_sendingDistanceMultiplicator", 100];
The text was updated successfully, but these errors were encountered:
QUESTION:
As you can see in the title, I want to know, how to change the radio speak distance via script/sqf.
I want that the radio goes over the whole map, without changing any config related files.
I mean the distance from channel to channel, not the direct voice.
I tried that already, but the range only got smaller:
TF_speakerDistance = 1000; player setVariable ["tf_receivingDistanceMultiplicator", 100]; player setVariable ["tf_sendingDistanceMultiplicator", 100];
The text was updated successfully, but these errors were encountered: