Scripts?

tobbe_slayer

Newbie
Joined
Dec 31, 2004
Messages
51
Reaction score
0
i dont know where to put this topic so i put it here..
can anyone make scripts for CSS for example Cover me reloading when you reload or weapon scripts?

I need a special script:
When I die i say to my friends: Iam down is this possible?
 
Hope these work, I'm no good at CS:S scripting...

Well theres no way to make it auto-teamsay that when you die, you would have to press a key.

Put these in your /cstrike/config/userconfig.cfg

Code:
alias imdown "say I am down, is this possible?"
bind <key> imdown

alias coverme "say_team Cover me, I'm reloading!"
alias coverreload "+reload; coverme"
bind r coverreload

edit: oops, that one should be teamsay...
 
Back
Top