Can someone helpm e with setting up a Param for PreLobby Settings to toggle MCC_Environmental fx!?
class mcc_fx
{
title = "MCC Weather FX Settings";
values[] = {0,1};
texts[] =
{
"00 - no FX (default)",
"01 - Sandstorm",
};
default = 0;
isGlobal = 2;
isDisposable = 1;
function = " BIS_fnc_MP";
forceWeatherChange = 1;
//so how to call the different module params from here?////
// tried smthng like:
// file = "MCC_fnc_ppEffects"
};
I got stuck somehow, maybe somone can push m ein the right direction...
(eyes are bleeding, need coffe!!!)