// These are some animated crosshairs for Action or Q2.
// The Animation idea came from Weird 1 so he should get most of the credit
// for what you see here.

// All Crosshairs are for 10x7 or above, sorry.

// newpak11	Crome Bars
// newpak12	Gold Bars

// Ok installing the files first choose which one best fits your taste's
// then rename newpak? to what ever is your next highest pak number.
// Example if you are already up to pak6.pak then name this one pak7.pak simple huh,
// but if you are all the way up to pak9.pak then you need to start combining pak files.
// You can do this with PakExplorer &/or Qped.
// This is because Q2 doesn't see past 9. trust me this is a very small short coming.
// I have had pak file's all the way up to 210mb & yes it did have the kitchen sink in it also :)

// PakExplorer is fast & easy to use but doesn't support adding long file names.
// Qped is slower and abit more difficault but it does support adding long file names.
// Needless to say they are great programs, not to mention that they are both free.

// Feel free to edit every thing I have done, to some thing more to your liking. 
// Enjoy, D.O.A.

// You may or may not need to add more (wait) states to 
// the alias's for it to work correctly.
// Place the following lines in your Action autoexec.cfg

crosshair 1
alias ani1 "crosshair 2; wait; wait; crosshair 3"
alias ani2 "crosshair 2; wait; wait; crosshair 1"
alias +smart_attack2 "+attack;ani1"
alias -smart_attack2 "-attack;ani2"

bind MOUSE1 +smart_attack2

