Skip to content

Instantly share code, notes, and snippets.

@JonBons
Last active August 29, 2015 14:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JonBons/45da87130887d7b112d1 to your computer and use it in GitHub Desktop.
Save JonBons/45da87130887d7b112d1 to your computer and use it in GitHub Desktop.
F3 - Ruskie Spy Babel
if (isNull player) then
{
waitUntil {sleep 0.1; !isNull player};
};
if (hasInterface) then
{
if ((vehicleVarName player) in ["ruskiespy"]) then {
waitUntil{(player getVariable ["f_var_assignGear_done", false])};
waitUntil{[] call acre_api_fnc_isInitialized};
["english", "russian"] call acre_api_fnc_babelSetSpokenLanguages;
};
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment