mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
Player Login - Loadabs fix
This commit is contained in:
parent
fe421d5204
commit
12f5fd6eaf
@ -1076,7 +1076,7 @@ class FSM
|
||||
"if (_playerCheck) then {" \n
|
||||
" _PlayerPosCheck = !((_playerObject getVariable [""FinalDest"",[]]) isequalto []);" \n
|
||||
" if (_PlayerPosCheck) then {" \n
|
||||
" _playerCheckMass = (_loadabs == (loadabs _playerObject));" \n
|
||||
" _playerCheckMass = ((_loadabs toFixed 2) isEqualTo ((loadabs _playerObject) toFixed 2));" \n
|
||||
" if (_playerCheckMass) then {" \n
|
||||
" _state = true;" \n
|
||||
" };" \n
|
||||
|
Loading…
x
Reference in New Issue
Block a user