Installera Steam
logga in
|
språk
简体中文 (förenklad kinesiska)
繁體中文 (traditionell kinesiska)
日本語 (japanska)
한국어 (koreanska)
ไทย (thailändska)
Български (bulgariska)
Čeština (tjeckiska)
Dansk (danska)
Deutsch (tyska)
English (engelska)
Español – España (spanska – Spanien)
Español – Latinoamérica (spanska – Latinamerika)
Ελληνικά (grekiska)
Français (franska)
Italiano (italienska)
Bahasa Indonesia (indonesiska)
Magyar (ungerska)
Nederlands (nederländska)
Norsk (norska)
Polski (polska)
Português (portugisiska – Portugal)
Português – Brasil (portugisiska – Brasilien)
Română (rumänska)
Русский (ryska)
Suomi (finska)
Türkçe (turkiska)
Tiếng Việt (vietnamesiska)
Українська (ukrainska)
Rapportera problem med översättningen
Here's the full code in case you wanna see it:
//有问题欢迎和67讨论哦
//双雷自杀
bind k killme
alias killme "say awsl; use weapon_grenade; use weapon_incendiary; use weapon_sentryplanter; use weapon_chestplanter; wait 40; kill"
//手枪连发
bind MOUSE1 "+sfire"
alias +sfire "alias shoot_idle okrepeat; okrepeat"
alias -sfire "alias shoot_idle endrepeat"
alias shoot_idle "okrepeat"
alias okrepeat "+attack; wait 5; okrepeat2"
alias okrepeat2 "-attack; wait 5; shoot_idle"
alias endrepeat ""
//自动速拳
bind f "gidle"
alias "gidle" "g_on"
alias "g_on" "alias gidle g_off; alias switch_idle switch_on; switch_on"
alias switch_on "slot1; wait 5; use weapon_crowbar; wait 5; slot2; switch_idle"
alias "g_off" "alias gidle g_on; alias switch_idle switch_off"
alias "switch_off" ""