mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
Merge pull request #1005 from 82ndab-Bravo17/MassCheck
Mass check abs value
This commit is contained in:
commit
a66743ac94
@ -1076,7 +1076,7 @@ class FSM
|
||||
"if (_playerCheck) then {" \n
|
||||
" _PlayerPosCheck = !((_playerObject getVariable [""FinalDest"",[]]) isequalto []);" \n
|
||||
" if (_PlayerPosCheck) then {" \n
|
||||
" _playerCheckMass = ((_loadabs toFixed 2) isEqualTo ((loadabs _playerObject) toFixed 2));" \n
|
||||
" _playerCheckMass = ((abs(_loadabs - (loadabs _playerObject))) < 1);" \n
|
||||
" if (_playerCheckMass) then {" \n
|
||||
" _state = true;" \n
|
||||
" };" \n
|
||||
|
Loading…
Reference in New Issue
Block a user