Newb Question

Above_70Percent

Member!
Joined
Jan 1, 2004
Messages
678
Reaction score
0
Location
Florida
Website
ourworld.cs.com
You can flame me if you want, but I have some questions to ask cuz im just starting to play CS intensiviley now.

What are sprites?

What are and how do you use scripts?

How do you make it so that you can bind keys that can buy stuff for you. I.E.= instead of having to press b, then 4, then 3, to get a m4a1 can i bind it to one button to do that super fast? (I dont think that makes any sense lol)
 

Master.America

Premium Member
Joined
Dec 2, 2002
Messages
4,225
Reaction score
0
Location
San Jose, CA
Website
www.soundclick.com
Sprites are special effects. They are the muzzle flash, the explosions, and your hud.

Scripts are just little things that change the way CS looks, feels, or works. You put them in .cfg files. See the sticky in CS Customs for some sites on customs such as skins, buy scripts, etc.
 
B

benje

http://www.csnation.net/rze/aliases/index.php
thats a ready made script i used to use.

but i prefer a more basic script .. so i made my own one

or just for in depth scripting..
http://dynamic4.gamespy.com/~counter-script/index.php
but i dont think they've finished everything for 1.6 yet

I learn't it all on there on 1.5, but 1.6 is now a lot easier for scripting i find.

http://dynamic4.gamespy.com/~counter-script/index.php?id=47
^ they're all the commands you can bind i think.

e.g:
bind x "galil"
bind y "ak47 ; m4a1"
bind kp_pgup ... etc etc
 

Korittke

Member!
Joined
Dec 30, 2002
Messages
5,993
Reaction score
0
Website
Visit site
i dont think you need scripts at all. all you need is a trained aim and a good team
 
B

benje

true stuff, you dont need to know nethin bout scriptin.

now im more experienced to cs i actually find i dont need to script at all, and theres absolutely no point.

The only thing u should consider getting is a buy script, but keep to the basic cs settings as much as possible.
If you can buy quickly without a buyscript, stay that way.
 

Above_70Percent

Member!
Joined
Jan 1, 2004
Messages
678
Reaction score
0
Location
Florida
Website
ourworld.cs.com
wat is a script???? lol master_america kinda explained it but I'm a lil confused
 

Korittke

Member!
Joined
Dec 30, 2002
Messages
5,993
Reaction score
0
Website
Visit site
scripts are code snippets that execute a number of specific commands in cs, usually activated by pressing a key. for example you could have a script that presses the buy button for you, then 4 and 3 to buy you an m4. in cfg files it is possible to make a small code to do this since you can execute all your binds also from a command (for example shooting, dropping the weapon, those are all simple 1-word commands in the console)
 
Top