좋아요 0
댓글 1
동영상 0
업로드 0
팔로워 0
If your mod is NOT WORKING follow this tutorial:
Edit the .cs file using 'Notepad++'
You should see 3 values with
(tickCount < 11) (Car Enter Delay)
(tickCount < 211) (Tap F)
(tickCount <1211) (Hold F)
Chane those to these:
(tickCount < 30) ( Car Enter Delay)
(tickCount < 5000) (Press F)
(tickCount < 8000) (Hold F)
I've had better success with these values and it works way better
Make sure you save the file.