на LJ сервере отвалилась стата: в hud ничего не выводится
Забыл дополнить, я ему предложил зарегистрировать аккаунт на сайте и он зарегистрировал, но проблема всё-же оставалась...
По поводу снятия поинтов: ДА! Хотел-бы тоже добавить, что есть игрок с которым мы играем на VIP-серверах и у него регуЛЯрно снимают EXP за его улучшения рекордов, он предпочитает играть 100аа и ловит раз раз разом подобную неприязнь. Его ник был pimp, а сейчас он изменил на bratuwonok, сразу после регистрации. От чего такое происходит и как-бы это поправить? Морально человек ощущает БОЛЬ) он старенький игрок кз, но вернулся к кз-рашу совсем недавно, и ловит такие подарки, не понимая как исправить
Кому написать тут по поводу поинтов на серваке, мне снимает баллы за то что перепрохожу карты на разных акселерациях
hi
@swatter, если читешь, Витян. Напиши мне в стим, плиз. Найдешь его в моем профиле. Заранее спасибо.
:c
(╯°□°)
(¬‿¬)
@ArtMZ не надо
[ This message was blocked ]
@Gorbachev_x I think so: If you look at the records site, then 10aa and 100aa records are shown together. After completing the map, you are shown a place only on 10aa or only on 100aa. Another strange thing is that if you open the records in the game on the server, then there is a division of 10aa records and 100aa, but on the site there is no such division.
-noforcemspd - Copies the current windows values for MouseSpeed, "Enhanced Pointer Precision (EPP)". If disable in windows, it'll be disabled in CS.
-noforcemparms - When used by itself ensures both MouseThreshold# and MouseSpeed windows settings are copied.
This is what you'll get by only using -noforcemaccel if Enhanced Pointer Precision (EPP) is disabled in Windows.
- MouseThreshold1: 0 - MouseThreshold2: 0 - MouseSpeed: 1 SpeedValue: 10 (default pointer speed slider value)
Note: MouseSpeed: 1 means Enhanced Pointer Precision (EPP) On.
The source code always initializes EPP on by default without any launch options.
static int originalmouseparms[3], newmouseparms[3] = {0, 0, 1};
внешняя ссылка
Full Source Code:
- внешняя ссылка
---------------------------------------------------
Info about mousethreshold1 and mousethreshold2
---------------------------------------------------
внешняя ссылка
внешняя ссылка
You can verify this is occurring with this script which uses the Windows SystemParametersInfo function to get the state of the values.
внешняя ссылка