Binds for CSS

H

HitchHiker²

Guest
Ive tried searching in Google, ive tried to ask many ppl i know...
I have some binds i would like to insert to my CFG, but i just dont know how do i write them...
I mean, what's thier "title"...

I want to do that when i press "x" (for exmp), it will write, to me and only me, a message...
Some' like the "Your name will be changed after...". That only i can see it...
Can i do it?

Another thing - i want that my player would not pickup any prim weapon from the floor. (but will pickup HE/flash/SecWeap/Etc.)
Can i do that?

One more - I want that each time i press "x", it will open a menu, with all the nicks of everyone, and when ill pick someone, it will mute him...

Humm... That's all.. ^_^
Tnx. :D
 
Those would take more than binds, maybe scripts or even a mani-mod type thing.
 
I doubt you would be able to do it with scripts. Well, somes things are possible, but not everything. You'll need some kind of mani-mod. Learn the HL2 language (Forgot names, 3 letters) and make it yourself? :p
 
Ohhh... Kind to complicate for me...
But ill try it...
"HL Language" => Programming Language?
Where can i get a guide for it, and can i download it from Steam?
Does it cost me money, if i have the Bronze Ed?
Is it like the Mapping SDK (Hammer or some', isn't it?)?
I would be greatful if you could add some more details and maybe some links. ^_^
 
Will do. Just give me some time ;)

EDIT :
-The HL language was some kind of simplified programming language that could be used to do a lot of things, but it isn't supported yet by HL2 (I think) and you have to code in DLL's (Dynamic Link Library) to make your ideas work :(
-Can't find a guide, sorry :(
-No, I don't think it costs you money, although the programming program might cost.
-No, I don't think it's like the SDK.
 
BTW, its not for admin.. ^_^
Thought it may be important.
It is NOT going to be a mod on a server. ^_^
Can i still do it?
 
Yes, it's probably possible, but I REALLY don't have the faintest idea how to do it. But we do have a coding subforum in the forums... Maybe ask it there ;)
 
You don't need to code for all that..what the hell are you people doing?

HitchHiker² said:
Ive tried searching in Google, ive tried to ask many ppl i know...
I have some binds i would like to insert to my CFG, but i just dont know how do i write them...
I mean, what's thier "title"...

I want to do that when i press "x" (for exmp), it will write, to me and only me, a message...
Some' like the "Your name will be changed after...". That only i can see it...
Can i do it?

There's no need for this...

Another thing - i want that my player would not pickup any prim weapon from the floor. (but will pickup HE/flash/SecWeap/Etc.)
Can i do that?

Options -> Multiplayer -> Advanced.

One more - I want that each time i press "x", it will open a menu, with all the nicks of everyone, and when ill pick someone, it will mute him...

That's known as tab button. Press it. It will show the scoreboard and you can mute someone from there.

Humm... That's all.. ^_^
Tnx. :D
 
what is which people doing? the one's trying to answer him? or the ones like you giving wrong answers?

go back to 1.6. that's obviously what you play if you think you can mute a player on the scoreboard.

escape > player list > click on the name > mute in game voice

and turning off auto wep switch still picks up primary weapons, which is what he's trying to not do. it just doesn't switch to them when you pick them up. OP, there's nothing you can do. if you don't have a rifle it's going to pick one up, just like nades or pistols or whatever else you're not holding. the only thing you can do is disable autowepswitch, so it won't switch to the weapon when you pick it up, like the above guy said.

cl_autowepswitch 0

as for seeing your own messages, really nothing you can do. the old "echo" commands don't work if memory serves me right. even with developer mode it won't work, but you can try it.

bind "key "+mymsg"
alias +mymsg "developer 1; echo my message here"
alias -mymsg "developer 0"

again, fairly sure it doesn't work tho.
 
Fragalishus said:
what is which people doing? the one's trying to answer him? or the ones like you giving wrong answers?

go back to 1.6. that's obviously what you play if you think you can mute a player on the scoreboard.

escape > player list > click on the name > mute in game voice

Really? Well then, I stand corrected.
 
OK, thenk you for the answers, ill try that. (about the echo)
Acctually it was the most important thing for me. =)
I asked though in Coding Forum for further info.
Tnx.

EDIT:
My idea (for that i needed the thing with the weapons + echo) is that when i play deagle, i wont be able to pickup weapons...
But is there a way that i COULD pickup weapons, but I CANNOT SWITCH TO THEM?
(but that i will still be able to use the middle button [how do you call it in english?] smoothly. i mean, that when ill get to where the prim supposed to be, it would just skip it)
 
HitchHiker, I did a similar thing, I bound my mwheel up to slot 1 and slot 2 to wheel down. So that I didnt have to browse through knife and nades before getting my main weapon up, this has saved me quite a few times. I use mouse button 3 for knife and keyboard standard key 4 for nades. This wouldnt work for something like HL²DM because theres too many weapons to keep track of :)
 
developer 1
echo "blah blah"

put that in a script and it should output your text in the upper right corner
 
ive tried this:
bind "l" "name HitchHiker²; echo Deagle Mod OFF"
it didnt work...
can you fix the "code" or some'?
or does the code isnt supposed to work?
 
Back
Top