CS2D
General
Cant make bind
Cant make bind
4 replies Please help me to make bind if it possible...
I tried to do something like this:
bind "f7" "slot1; drop; drop;"
but its works ONLY on my server in other only primary weapon dropping
DC Admin
Offline
some actions can not be executed with a single bind. Thanks DC. Now i will know it Since drop is server-sided it has a short delay--binds do not wait for the previous ones to finish.
You could bind 2 separate keys to do that I guess -- but that would defeat the purpose of quick drop. I made it!
bind "mouse3" "slot1; drop; slot2; drop"