Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Altis_Life.Altis/core/fsm/client.fsm
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class FSM
to="Split";
precondition = /*%FSM<CONDPRECONDITION""">*/""/*%FSM</CONDPRECONDITION""">*/;
condition=/*%FSM<CONDITION""">*/"(time - _lastcheck) > ((getNumber(missionConfigFile >> ""Life_Settings"" >> ""paycheck_period"")) * 60)"/*%FSM</CONDITION""">*/;
action=/*%FSM<ACTION""">*/"if (!alive player) then {" \n
action=/*%FSM<ACTION""">*/"if !(life_is_alive) then {" \n
" systemChat localize ""STR_FSM_MissedPay"";" \n
"} else {" \n
" if (player distance (getMarkerPos ""fed_reserve"") < 120 && playerSide isEqualTo west) then {" \n
Expand Down