View Single Post
Old 09-23-2007, 10:38 PM   #14
DarK_TaO
Mapper ^^
 
Join Date: Apr 2007
Location: yes (:
Posts Rated Helpful 0 Times
Send a message via ICQ to DarK_TaO Send a message via MSN to DarK_TaO
Quote:
Originally Posted by Andariel
i happily embedded your spy script into mine, but i suggest to add %l to your detpack timer teamsay

on the request side, i need a alias that allows me to get rid of all my nades at the press of the button
Code:
alias no_nades "throwgren; wait; throwgren"

bind "" "no_nades"
Quote:
Originally Posted by Eva01
hey man, right now for medic i have:
bind "MOUSE5" "+attack2"

but of course it just stays at the medic pack. is there a way to hit the bind and it will quickly bust out the medpack, and infect while i hold it down, then when i release it will go back to my previous weapon? thx
Code:
alias WM "wait; wait; wait"

alias +heal	"slot1; WM; +attack"
alias -heal	"-attack; WM; slot3"

bind "mouse5" "+heal"
Quote:
Originally Posted by Andariel
well i knew that wouldnt work before i tried it quick

i mean something that allows to get rid of all grenades i have in reserve, for example when i know im going to die i want to give the enemys some spam before i have to respawn
Code:
alias discone "primeone; throwgren"
alias disctwo "primetwo; throwgren"
alias discardnades "discone; disctwo; discone; disctwo; discone; disctwo; discone; disctwo"
is my last try but it only primes and throws gren1 at the next press gren 2 and vice versa
It's faster to click nades out, because there's a delay.

Last edited by DarK_TaO; 10-01-2007 at 08:49 PM.
DarK_TaO is offline   Reply With Quote