mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-15 12:42:57 +03:00
Fix autorun freeze when spamming key
This commit is contained in:
@@ -1074,12 +1074,14 @@ class FSM
|
||||
"} else {" \n
|
||||
" _currentWpn = ""Makarov"";" \n
|
||||
" _currentAnim = ""aidlpercmstpsraswpstdnon_player_idlesteady02"";" \n
|
||||
" //Prevent fresh spawns running on login when they died running, switchMove does not stop it" \n
|
||||
" disableUserInput true;" \n
|
||||
" player playActionNow 'Stop';" \n
|
||||
" disableUserInput false;" \n
|
||||
" disableUserInput true;" \n
|
||||
" disableUserInput false;" \n
|
||||
" if (speed player > 0) then {" \n
|
||||
" //Prevent fresh spawns running on login when they died running, switchMove does not stop it" \n
|
||||
" disableUserInput true;" \n
|
||||
" player playActionNow 'Stop';" \n
|
||||
" disableUserInput false;" \n
|
||||
" disableUserInput true;" \n
|
||||
" disableUserInput false;" \n
|
||||
" };" \n
|
||||
"};" \n
|
||||
"" \n
|
||||
"reload player;" \n
|
||||
|
||||
Reference in New Issue
Block a user