Scripts and help...

ok i'm pretty sure i have everything setup right for the name toggler, but its not working yet.

i just need to know what to but in the cfg files
i tried name "new name" but thats obviously not it. I got a say command to work from the cfg files so i know the script is working.

can someone tell me the syntax for the config file?

thanky
 
I've heard there are scripts to get weapons automatically at the start of the rounds (granted you have the cash...)

How could I set one of those up?
I usually like to buy the Steyr Aug, Prim Ammo, and Kevlar and Helmet
B44B6B82 are the keystrokes but lag sometimes messes me up.

Or if I'm on T:
B42B6B82 since the Aug equivelant is 2 in that menu.
 
hey goose thats what i have in my files, but its not working.
when i put a say command in there it came up tho.


hrmm, i wonder what the prob is..
 
Arc ... I have a great program that does a lot of things like buy guns at the beginning for you.  Here's the link :

http://csnation.counter-strike.net/rze/aliases/helper.php

Demon ... is the autoexec.cfg, config.cfg, and the name.cfg (or whatever you've named it), in your cstrike directory? Did you change the names of the files in my script, instead of goose.cfg, did you change it to name.cfg? Also, are you pushing the numbers above the letter on the keyboard, or are you pushing the numbers on the keypad to the right, b/c it won't work with the numbers on the right, only the top numbers.
 
OK i fixed it
tounge.gif


my files got saved as name.cfg.txt
biggrin.gif


working now! Thanks Goose
 
Heres a fun little script, but it's an admins only thing. Cut and paste this thing wherever you want it, and be sure to specify what key you want bound at the end of each alias and the end of the script. I use F11 and F12.

alias rbow1 "admin_tsay red Insert Text Here;bind X rbow2"
alias rbow2 "admin_tsay yellow Insert Text Here;bind X rbow3"
alias rbow3 "admin_tsay green Insert Text Here;bind X rbow4"
alias rbow4 "admin_tsay blue Insert Text Here;bind X rbow5"
alias rbow5 "admin_tsay Insert Text Here;bind X rbow1"
bind X rbow1

It'll rotate through all of those colors. I use it as a no cursing or swearing warning. You can pretty much see how this script works, if you have a question go ahead and post. If I don't reply someone else probably knows whats going on.
 
And how about the source for your neat little AWP switch to pistol, and back to AWP script. I've been fiddling with it, and the result is I can make an AWP boom sound, and do no damage.
 
Some people seem to be in the need of a buy scrip after the key # change in 1.6

http://www.csnation.net/rze

This is teh Rze's CS helper, a nice buy script that does all the work for u so u don't ahv to script it
smile.gif
. I hear now CPL league uses this cs helper (slightly modified)

This is fully compatible with Steam, even with the patching etc, it works flawlessly.
 
Que, what happens there is the Awp switches to pistol too fast and the shot doesnt register. You may need to add a "wait;" into the script to make it wait a tad longer. Personally, I do it manually and I am still faster then the script but not so fast that it doesnt register.

As for buy scripts. You know, you really don't need to use those auto-set-up things? In 1.6, the buy menu binding is soooooo simple. In fact, so simple I bet it takes me 5 minutes to post how to do it, AND show you mine.

galil - IDF Defender
defender - IDF Defender
ak47 - CV-47
cv47 - CV-47
scout - Schmidt Scout
sg552 - Krieg 552
krieg552 - Krieg 552
awp - Magnum Sniper Rifle
magnum - Magnum Sniper Rifle
g3sg1 - D3/AU1
d3au1 - D3/AU1
famas - Clarion 5.56
clarion - Clarion 5.56
m4a1 - Maverick M4A1 Carbine
aug - Bullpup
bullpup - Bullpup
sg550 - Krieg 550 Commando
krieg550 - Krieg 550 Commando
glock - 9x19mm Sidearm
9x19mm - 9x19mm Sidearm
usp - KM .45 Tactical
km45 - KM .45 Tactical
p228 - 228 Compact
228compact - 228 Compact
deagle - Night Hawk .50C
nighthawk - Night Hawk .50C
elites - .40 Dual Elites
fn57 - ES Five-Seven
fiveseven - ES Five-Seven
m3 - Leone 12 Gauge Super
12gauge - Leone 12 Gauge Super
xm1014 - Leone YG1265 Auto Shotgun
autoshotgun - Leone YG1265 Auto Shotgun
mac10 - Ingram MAC-10
tmp - Schmidt Machine Pistol
mp - Schmidt Machine Pistol
mp5 - KM Sub-Machine Gun
smg - KM Sub-Machine Gun
ump45 - KM UMP45
p90 - ES C90
c90 - ES C90
m249 - M249
primammo - Primary Ammo
secammo - Secondary Ammo
vest - Kevlar
vesthelm - Kevlar+Helmet
flash - Flashbang *Note At Bottom*
hegren - HE Grenade
sgren - Smoke Grenade
nvgs - Nightvision
defuser - Defusal Kit
shield - Tactical Shield

*Note* For flashes, to buy a full 2, you must put it twice. I.e. look at my bindings below.

This is my personal set up below. There are CERTAIN keys you CAN and CAN NOT use. Also it would be bad to overwrite a key you already use. Notice I start at F3, this is because the fact that F1 and F2 do NOT work. You could use F12 but I just personally don't. You could also use the number pad but they have weird names you would need to look up, or if you want, you could ask me to post a reply with all the names since I also have phrases binded to it. Anyways, just thought I would make you all feel 1337 by being able to do it yourself.

bind "F3" "vesthelm"
bind "F4" "m4a1; ak47; primammo"
bind "F5" "famas; galil; primammo"
bind "F6" "deagle; secammo"
bind "F7" "hegren"
bind "F8" "awp"
bind "F9" "flash; flash"
bind "F10" "sgren"
bind "F11" "defuser"

Yep, thats it, all you gotta do is put that in your config file.

bind "Key" "weapons; otherstuff; more; yaddayadda"
 
Actually, the keypad keys are straight forward (1-9), don't know 0 tho
You will find that there are some words on the keys, and this makes them easy to remember

(make sure you type them in all caps)
1 = KP_END
2 = KP_DOWNARROW (how simple is that
tounge.gif
)
3 = KP_PGDN
4 = KP_LEFTARROW
5 = KP_5 (lol, that's probably the simplest one)
6 = KP_RIGHTARROW
7 = KP_HOME
8 = KP_UPARROW
9 = KP_PGUP
Don't forget to put the 'KP_' in front of all of them.
 
I'm just a lazy guy. I would've worked it out, but it saves time to do it just using a script. I 've been using rze's cshelper bak in 1.5 days, and i'm in favor of it.
 
Back
Top