Menu
The foundation is menu control. Unfortunately, the menus that were in CS are no longer part of CS2, so it's necessary to create simulations for them. To do this, you need to set up a set of binds; otherwise, you'll be forced to control these menus using chat commands, which is very slow and inefficient.
Binds for control similar to CSGO, aren't perfect because they are shared with weapon selection.
bind 1 "slot1;1";
bind 2 "slot2;2";
bind 3 "slot3;3";
bind 4 "slot4;4";
bind 5 "slot5;5";
bind 6 "slot6;6";
bind 7 "slot7;7";
bind 8 "slot8;8";
bind 9 "slot9;9";
Using the F keys
bind F1 "1";
bind F2 "2";
bind F3 "3";
bind F4 "4";
bind F5 "5";
bind F6 "6";
bind F7 "7";
bind F8 "8";
bind F9 "9";
On the numeric keys
bind kp_1 1;
bind kp_2 2;
bind kp_3 3;
bind kp_4 4;
bind kp_5 5;
bind kp_6 6;
bind kp_7 7;
bind kp_8 8;
bind kp_9 9;Money drop
bind g "drop;drop_money"
or
bind x drop_moneyWarden bind
bind x wShop bind
bind x shopMute the music
Global music, such as the music at the end of a round or in a mode, can be muted or completely turned off using a convar.
snd_musicvolume
The ideal value is:
snd_musicvolume 0.4How to connect?
Write to console
connect cs.funplay.pro
Don't know how to use the console? Here is the guide.Was this guide helpful?