25:30 | W¹ vs Maxtasy | (0) |
9:9 | Skyline511 vs Hum4m | (8) |
25:22 | 1erp vs Agent | (3) |
35:41 | Agent vs 1erp | (2) |
21:38 | 1erp vs Maxtasy | (3) |
18:64 | Vellu vs Own | (1) |
1on1 Cup #43 | (2) | |
4:0 | afer1337 vs fISHERMAN | |
4:0 | Foresty vs Sentre |
2on2 ProAm Cup #1 | (1) | |
4:0 | blackover vs SE | |
2:0 | Infinity vs TheReal |
﷽ | (2) |
TD - TeamDogs | (2) |
Sat 07.Dec 2013, 05:35 ![]() | |
![]() Posts: 17 | how do you use a script ? do you put it somewhere in the game's folder ? |
Sat 07.Dec 2013, 14:45 ![]() | |
![]() Posts: 72 | @grigri I uploaded for you an autoexec.cfg that includes all the scripts that i published in this page published until today.IT includes: -Autocharger Toggle ON-OFF.key set to "g". -Fast Gravity gun catch V1(use weapon_physcannon,works on all server).Its useful for catching fast lifes,armors,ammos when you are empty of them, press many times the button set(i set it to "e") until you grab them all or you get 100 HP,ARMOR or AMMO. -Advanced scoreboard.Key set to "alt" You can always change the key assigned editing autoexec with a text editor Download Link: http://www.2shared.com/file/_TXpvCVe/autoexec.html? Installation path: X:/Program Files(or x86)/Steam/SteamApps/common/Half-Life 2 Deathmatch/hl2mp/cfg If you actually have a autoexec ,and you havent this scripts you can copy the content of this one and paste in the end of your autoexec,actually this works well for users that play with the settings set at the in-game menu(this settings are stored mainly at config.cfg). About how they work I Did a small analysis of the third script,here a picture: ![]() -Function type: "bind":function that allows you to assign a physical key to aliases or commands lines.Going ahead > key assigned. "Alias":Function that refers to a name given(going ahead) to a group of commands,has a call function. -Execution type: 1."+/-" states: +:Refers on what to do when the key is pressed -:Refers What to do when the key is released. 2.Multiple aliases in sequence(can be infinite).As found on Script 2. Model: "alias NAME" "alias NAME1" Main alias name/ Alias subtype for sequence *Quotation marks are NOT necessary for binds and aliases with singular arguments but are needed when we got multiple arguments,commands,parameters. ";":Its used as separator when using multiple commands at commands lines or arguments. Hope it helps,Best regards MINO [ Edited Sat 07.Dec 2013, 16:02 ] |
Sat 07.Dec 2013, 17:43 ![]() | |
![]() Posts: 17 | thank you much |